commit | 6536c49a1ee2bd85eee0e7fa41e67c5743f2f93e | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Wed Oct 26 21:04:12 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 28 14:02:12 2005 -0700 |
tree | 6286f837ae9b7109aae92658f2b676e0151c2766 | |
parent | 2445eb62e98250f1ec8cbc8cf7c4be9cfafe88e5 [diff] |
[PATCH] i2c: Static function fixes, 1 of 4 eeprom_detect is first declared static and then when the function is actually implemented, there is no static. 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>