diff options
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r-- | drivers/hwmon/lm78.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c index 1dc3433d2acd..181d756badc5 100644 --- a/drivers/hwmon/lm78.c +++ b/drivers/hwmon/lm78.c | |||
@@ -833,7 +833,7 @@ static struct lm78_data *lm78_update_device(struct device *dev) | |||
833 | } | 833 | } |
834 | 834 | ||
835 | #ifdef CONFIG_ISA | 835 | #ifdef CONFIG_ISA |
836 | static int __devinit lm78_isa_probe(struct platform_device *pdev) | 836 | static int lm78_isa_probe(struct platform_device *pdev) |
837 | { | 837 | { |
838 | int err; | 838 | int err; |
839 | struct lm78_data *data; | 839 | struct lm78_data *data; |