diff options
Diffstat (limited to 'drivers/hwmon/sht15.c')
-rw-r--r-- | drivers/hwmon/sht15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sht15.c b/drivers/hwmon/sht15.c index 32e3b29b1961..d5b79e7dbedc 100644 --- a/drivers/hwmon/sht15.c +++ b/drivers/hwmon/sht15.c | |||
@@ -884,7 +884,7 @@ static int sht15_invalidate_voltage(struct notifier_block *nb, | |||
884 | return NOTIFY_OK; | 884 | return NOTIFY_OK; |
885 | } | 885 | } |
886 | 886 | ||
887 | static int __devinit sht15_probe(struct platform_device *pdev) | 887 | static int sht15_probe(struct platform_device *pdev) |
888 | { | 888 | { |
889 | int ret; | 889 | int ret; |
890 | struct sht15_data *data; | 890 | struct sht15_data *data; |