diff options
Diffstat (limited to 'drivers/hwmon/twl4030-madc-hwmon.c')
-rw-r--r-- | drivers/hwmon/twl4030-madc-hwmon.c | 2 |
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 | ||
99 | static int __devinit twl4030_madc_hwmon_probe(struct platform_device *pdev) | 99 | static 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; |