diff options
Diffstat (limited to 'drivers/hwmon/gpio-fan.c')
-rw-r--r-- | drivers/hwmon/gpio-fan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/gpio-fan.c b/drivers/hwmon/gpio-fan.c index 4b1767f95b03..e52856bdc7b6 100644 --- a/drivers/hwmon/gpio-fan.c +++ b/drivers/hwmon/gpio-fan.c | |||
@@ -505,7 +505,7 @@ static struct of_device_id of_gpio_fan_match[] __devinitdata = { | |||
505 | }; | 505 | }; |
506 | #endif /* CONFIG_OF_GPIO */ | 506 | #endif /* CONFIG_OF_GPIO */ |
507 | 507 | ||
508 | static int __devinit gpio_fan_probe(struct platform_device *pdev) | 508 | static int gpio_fan_probe(struct platform_device *pdev) |
509 | { | 509 | { |
510 | int err; | 510 | int err; |
511 | struct gpio_fan_data *fan_data; | 511 | struct gpio_fan_data *fan_data; |