[PATCH] i2c: Static function fixes, 1 of 4
authorBen Dooks <ben-linux@fluff.org>
Wed, 26 Oct 2005 19:04:12 +0000 (21:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 21:02:12 +0000 (14:02 -0700)
commit6536c49a1ee2bd85eee0e7fa41e67c5743f2f93e
tree6286f837ae9b7109aae92658f2b676e0151c2766
parent2445eb62e98250f1ec8cbc8cf7c4be9cfafe88e5
[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>
drivers/i2c/chips/eeprom.c