hwmon: (lm87) Get rid of macro-generated functions
authorJean Delvare <khali@linux-fr.org>
Thu, 26 Jan 2012 17:38:26 +0000 (09:38 -0800)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:42 +0000 (18:27 -0700)
commit0e190b7fa330f19afed9e12d551432b8659886c7
treea28e5c4dfddd244d62543d082b263ee39bfe85db
parent8652a2642ce70074d3ef9bd2b565e62e851b0070
hwmon: (lm87) Get rid of macro-generated functions

Use SENSORS_DEVICE_ATTR instead of DEVICE_ATTR for most attributes,
so that the attribute number can be retrieved and it is no longer
necessary to generate functions using macros.

This shaves about 2 kB on the binary module size.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
drivers/hwmon/lm87.c