[PATCH] hwmon: Static function fixes, 2 of 4
authorBen Dooks <ben-linux@fluff.org>
Wed, 26 Oct 2005 19:05:46 +0000 (21:05 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:13 +0000 (14:02 -0700)
commitd8d2061590c87c20bf78133461bc74df78803ecb
tree39ca3da820be362cabfff53f9d5446f6c3dc8059
parent6536c49a1ee2bd85eee0e7fa41e67c5743f2f93e
[PATCH] hwmon: Static function fixes, 2 of 4

lm78.c and lm85.c have a number of items declared static
then implemented without the static on them. The following
patch fixes these sparse errors.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/lm78.c
drivers/hwmon/lm85.c