hwmon: (smsc47m1) Fix section mismatch
authorJeff Mahoney <jeffm@suse.com>
Mon, 25 Jan 2010 14:00:48 +0000 (15:00 +0100)
committerJean Delvare <khali@linux-fr.org>
Mon, 25 Jan 2010 14:00:48 +0000 (15:00 +0100)
commita00d643a2a841e76dfb76ec4f8a1e71844252974
tree7173fc5d9655a17a109298b919ea4e7aeb690abe
parentf6760aa024199cfbce564311dc4bc4d47b6fb349
hwmon: (smsc47m1) Fix section mismatch

smsc47m1_restore is called from sm_smsc47m1_exit, which is an __exit
function, so it can't be __init.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/smsc47m1.c