diff options
Diffstat (limited to 'drivers/hwmon/smsc47b397.c')
-rw-r--r-- | drivers/hwmon/smsc47b397.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/smsc47b397.c b/drivers/hwmon/smsc47b397.c index 65b07de11a0f..6edad30be3e3 100644 --- a/drivers/hwmon/smsc47b397.c +++ b/drivers/hwmon/smsc47b397.c | |||
@@ -246,7 +246,7 @@ static struct platform_driver smsc47b397_driver = { | |||
246 | .name = DRVNAME, | 246 | .name = DRVNAME, |
247 | }, | 247 | }, |
248 | .probe = smsc47b397_probe, | 248 | .probe = smsc47b397_probe, |
249 | .remove = __devexit_p(smsc47b397_remove), | 249 | .remove = smsc47b397_remove, |
250 | }; | 250 | }; |
251 | 251 | ||
252 | static int __devinit smsc47b397_probe(struct platform_device *pdev) | 252 | static int __devinit smsc47b397_probe(struct platform_device *pdev) |