diff options
Diffstat (limited to 'drivers/hwmon/smsc47m1.c')
-rw-r--r-- | drivers/hwmon/smsc47m1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/smsc47m1.c b/drivers/hwmon/smsc47m1.c index 9da5d546e861..dab22bd75b68 100644 --- a/drivers/hwmon/smsc47m1.c +++ b/drivers/hwmon/smsc47m1.c | |||
@@ -345,7 +345,7 @@ fan_present(2); | |||
345 | 345 | ||
346 | static DEVICE_ATTR(alarms, S_IRUGO, get_alarms, NULL); | 346 | static DEVICE_ATTR(alarms, S_IRUGO, get_alarms, NULL); |
347 | 347 | ||
348 | static int smsc47m1_find(unsigned short *addr) | 348 | static int __init smsc47m1_find(unsigned short *addr) |
349 | { | 349 | { |
350 | u8 val; | 350 | u8 val; |
351 | 351 | ||