aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/f71882fg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/f71882fg.c')
-rw-r--r--drivers/hwmon/f71882fg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c
index 5f81ddf71508..4639b2a4b815 100644
--- a/drivers/hwmon/f71882fg.c
+++ b/drivers/hwmon/f71882fg.c
@@ -247,7 +247,7 @@ static struct platform_driver f71882fg_driver = {
247 .name = DRVNAME, 247 .name = DRVNAME,
248 }, 248 },
249 .probe = f71882fg_probe, 249 .probe = f71882fg_probe,
250 .remove = __devexit_p(f71882fg_remove), 250 .remove = f71882fg_remove,
251}; 251};
252 252
253static DEVICE_ATTR(name, S_IRUGO, show_name, NULL); 253static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);