aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/jz4740-hwmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/jz4740-hwmon.c')
-rw-r--r--drivers/hwmon/jz4740-hwmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/jz4740-hwmon.c b/drivers/hwmon/jz4740-hwmon.c
index fca0d3798ba6..b944d615944b 100644
--- a/drivers/hwmon/jz4740-hwmon.c
+++ b/drivers/hwmon/jz4740-hwmon.c
@@ -102,7 +102,7 @@ static const struct attribute_group jz4740_hwmon_attr_group = {
102 .attrs = jz4740_hwmon_attributes, 102 .attrs = jz4740_hwmon_attributes,
103}; 103};
104 104
105static int __devinit jz4740_hwmon_probe(struct platform_device *pdev) 105static int jz4740_hwmon_probe(struct platform_device *pdev)
106{ 106{
107 int ret; 107 int ret;
108 struct jz4740_hwmon *hwmon; 108 struct jz4740_hwmon *hwmon;