aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sis5595.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/sis5595.c')
-rw-r--r--drivers/hwmon/sis5595.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sis5595.c b/drivers/hwmon/sis5595.c
index 8275f0e14eb7..fb6b6ed6accd 100644
--- a/drivers/hwmon/sis5595.c
+++ b/drivers/hwmon/sis5595.c
@@ -217,7 +217,7 @@ static struct platform_driver sis5595_driver = {
217 .name = "sis5595", 217 .name = "sis5595",
218 }, 218 },
219 .probe = sis5595_probe, 219 .probe = sis5595_probe,
220 .remove = __devexit_p(sis5595_remove), 220 .remove = sis5595_remove,
221}; 221};
222 222
223/* 4 Voltages */ 223/* 4 Voltages */