diff options
Diffstat (limited to 'drivers/platform/x86/intel-wmi-thunderbolt.c')
| -rw-r--r-- | drivers/platform/x86/intel-wmi-thunderbolt.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/drivers/platform/x86/intel-wmi-thunderbolt.c b/drivers/platform/x86/intel-wmi-thunderbolt.c index 974c22a7ff61..4ae87060d18b 100644 --- a/drivers/platform/x86/intel-wmi-thunderbolt.c +++ b/drivers/platform/x86/intel-wmi-thunderbolt.c @@ -66,11 +66,10 @@ static int intel_wmi_thunderbolt_probe(struct wmi_device *wdev,  	return ret;  } -static int intel_wmi_thunderbolt_remove(struct wmi_device *wdev) +static void intel_wmi_thunderbolt_remove(struct wmi_device *wdev)  {  	sysfs_remove_group(&wdev->dev.kobj, &tbt_attribute_group);  	kobject_uevent(&wdev->dev.kobj, KOBJ_CHANGE); -	return 0;  }  static const struct wmi_device_id intel_wmi_thunderbolt_id_table[] = { | 
