aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/tc1100-wmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/tc1100-wmi.c')
-rw-r--r--drivers/platform/x86/tc1100-wmi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/tc1100-wmi.c b/drivers/platform/x86/tc1100-wmi.c
index e24f5ae475af..9b93fdb61ed7 100644
--- a/drivers/platform/x86/tc1100-wmi.c
+++ b/drivers/platform/x86/tc1100-wmi.c
@@ -187,7 +187,7 @@ static int __init tc1100_probe(struct platform_device *device)
187} 187}
188 188
189 189
190static int __devexit tc1100_remove(struct platform_device *device) 190static int tc1100_remove(struct platform_device *device)
191{ 191{
192 sysfs_remove_group(&device->dev.kobj, &tc1100_attribute_group); 192 sysfs_remove_group(&device->dev.kobj, &tc1100_attribute_group);
193 193
@@ -241,7 +241,7 @@ static struct platform_driver tc1100_driver = {
241 .pm = &tc1100_pm_ops, 241 .pm = &tc1100_pm_ops,
242#endif 242#endif
243 }, 243 },
244 .remove = __devexit_p(tc1100_remove), 244 .remove = tc1100_remove,
245}; 245};
246 246
247static int __init tc1100_init(void) 247static int __init tc1100_init(void)