]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitafa9e9740309260fd666dfdc6902869d71dc2f18
tree39ca3da820be362cabfff53f9d5446f6c3dc8059
parentb4afc8121df8e94e5cc0753a460a11350ea2147e
[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