commit | d8d2061590c87c20bf78133461bc74df78803ecb | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Wed Oct 26 21:05:46 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 14:02:13 2005 -0700 |
tree | 39ca3da820be362cabfff53f9d5446f6c3dc8059 | |
parent | 6536c49a1ee2bd85eee0e7fa41e67c5743f2f93e [diff] |
[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>