diff options
Diffstat (limited to 'drivers/hwmon/wm8350-hwmon.c')
-rw-r--r-- | drivers/hwmon/wm8350-hwmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/wm8350-hwmon.c b/drivers/hwmon/wm8350-hwmon.c index 9544485cc8dd..1fd641789d0f 100644 --- a/drivers/hwmon/wm8350-hwmon.c +++ b/drivers/hwmon/wm8350-hwmon.c | |||
@@ -91,7 +91,7 @@ static const struct attribute_group wm8350_attr_group = { | |||
91 | .attrs = wm8350_attributes, | 91 | .attrs = wm8350_attributes, |
92 | }; | 92 | }; |
93 | 93 | ||
94 | static int __devinit wm8350_hwmon_probe(struct platform_device *pdev) | 94 | static int wm8350_hwmon_probe(struct platform_device *pdev) |
95 | { | 95 | { |
96 | struct wm8350 *wm8350 = platform_get_drvdata(pdev); | 96 | struct wm8350 *wm8350 = platform_get_drvdata(pdev); |
97 | int ret; | 97 | int ret; |