aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83627hf.c
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-27 21:32:02 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2005-09-05 09:14:15 -0700
commite6cfb3ad7209e4f4dcdc14f5fc437db55667041f (patch)
tree13f6390bd5a31db45012ff93d9b93968256a7ab7 /drivers/hwmon/w83627hf.c
parent[PATCH] I2C: refactor message in i2c_detach_client (diff)
downloadlinux-dev-e6cfb3ad7209e4f4dcdc14f5fc437db55667041f.tar.xz
linux-dev-e6cfb3ad7209e4f4dcdc14f5fc437db55667041f.zip
[PATCH] hwmon: tag super-i/o find functions __init
Super-I/O find functions in hardware monitoring drivers can be tagged __init as they are only called from functions themselves tagged __init. Two of them (smsc47b397 and w83627ehf) already do, but the other four of them (it87, pc87360, smsc47m1 and w83627hf) did not. This saves a few bytes of memory after the drivers are loaded, 192 in the case of the it87 driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
-rw-r--r--drivers/hwmon/w83627hf.c2
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); \
} while (0)
-static int w83627hf_find(int sioaddr, unsigned short *addr)
+static int __init w83627hf_find(int sioaddr, unsigned short *addr)
{
u16 val;