diff options
Diffstat (limited to 'drivers/platform/surface/surface_hotplug.c')
| -rw-r--r-- | drivers/platform/surface/surface_hotplug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/surface/surface_hotplug.c b/drivers/platform/surface/surface_hotplug.c index a404f26cfae8..c0d83ed5a208 100644 --- a/drivers/platform/surface/surface_hotplug.c +++ b/drivers/platform/surface/surface_hotplug.c @@ -259,7 +259,7 @@ MODULE_DEVICE_TABLE(acpi, surface_hotplug_acpi_match);  static struct platform_driver surface_hotplug_driver = {  	.probe = surface_hotplug_probe, -	.remove_new = surface_hotplug_remove, +	.remove = surface_hotplug_remove,  	.driver = {  		.name = "surface_hotplug",  		.acpi_match_table = surface_hotplug_acpi_match,  | 
