aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pc87360.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/pc87360.c')
-rw-r--r--drivers/hwmon/pc87360.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/pc87360.c b/drivers/hwmon/pc87360.c
index 1f1b3ca23f6f..c66ae4f6e802 100644
--- a/drivers/hwmon/pc87360.c
+++ b/drivers/hwmon/pc87360.c
@@ -626,7 +626,7 @@ static DEVICE_ATTR(alarms_temp, S_IRUGO, show_temp_alarms, NULL);
626 * Device detection, registration and update 626 * Device detection, registration and update
627 */ 627 */
628 628
629static int pc87360_find(int sioaddr, u8 *devid, unsigned short *addresses) 629static int __init pc87360_find(int sioaddr, u8 *devid, unsigned short *addresses)
630{ 630{
631 u16 val; 631 u16 val;
632 int i; 632 int i;