aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pc87427.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pc87427.c')
-rw-r--r--drivers/hwmon/pc87427.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pc87427.c b/drivers/hwmon/pc87427.c
index f185b1fa53e5..288a775c6878 100644
--- a/drivers/hwmon/pc87427.c
+++ b/drivers/hwmon/pc87427.c
@@ -1158,7 +1158,7 @@ static struct platform_driver pc87427_driver = {
1158 .name = DRVNAME, 1158 .name = DRVNAME,
1159 }, 1159 },
1160 .probe = pc87427_probe, 1160 .probe = pc87427_probe,
1161 .remove = __devexit_p(pc87427_remove), 1161 .remove = pc87427_remove,
1162}; 1162};
1163 1163
1164static int __init pc87427_device_add(const struct pc87427_sio_data *sio_data) 1164static int __init pc87427_device_add(const struct pc87427_sio_data *sio_data)