aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/twl4030-madc-hwmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/twl4030-madc-hwmon.c')
-rw-r--r--drivers/hwmon/twl4030-madc-hwmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/twl4030-madc-hwmon.c b/drivers/hwmon/twl4030-madc-hwmon.c
index 1a174f0a3cde..6b42f415c5cd 100644
--- a/drivers/hwmon/twl4030-madc-hwmon.c
+++ b/drivers/hwmon/twl4030-madc-hwmon.c
@@ -96,7 +96,7 @@ static const struct attribute_group twl4030_madc_group = {
96 .attrs = twl4030_madc_attributes, 96 .attrs = twl4030_madc_attributes,
97}; 97};
98 98
99static int __devinit twl4030_madc_hwmon_probe(struct platform_device *pdev) 99static int twl4030_madc_hwmon_probe(struct platform_device *pdev)
100{ 100{
101 int ret; 101 int ret;
102 struct device *hwmon; 102 struct device *hwmon;