diff options
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r-- | drivers/hwmon/it87.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index b1719f4097ef..ca4f953363f4 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c | |||
@@ -707,7 +707,7 @@ static int it87_isa_attach_adapter(struct i2c_adapter *adapter) | |||
707 | } | 707 | } |
708 | 708 | ||
709 | /* SuperIO detection - will change isa_address if a chip is found */ | 709 | /* SuperIO detection - will change isa_address if a chip is found */ |
710 | static int it87_find(int *address) | 710 | static int __init it87_find(int *address) |
711 | { | 711 | { |
712 | int err = -ENODEV; | 712 | int err = -ENODEV; |
713 | 713 | ||