diff options
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
-rw-r--r-- | drivers/hwmon/w83627hf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index f1ae0e00691b..0466cc4b760e 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c | |||
@@ -958,7 +958,7 @@ device_create_file(&client->dev, &dev_attr_temp##offset##_type); \ | |||
958 | } while (0) | 958 | } while (0) |
959 | 959 | ||
960 | 960 | ||
961 | static int w83627hf_find(int sioaddr, unsigned short *addr) | 961 | static int __init w83627hf_find(int sioaddr, unsigned short *addr) |
962 | { | 962 | { |
963 | u16 val; | 963 | u16 val; |
964 | 964 | ||