From: Jean Delvare Date: Wed, 27 Jul 2005 19:32:02 +0000 (+0200) Subject: [PATCH] hwmon: tag super-i/o find functions __init X-Git-Tag: v2.6.14-rc1~752^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cfb3ad7209e4f4dcdc14f5fc437db55667041f;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed