]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb4afc8121df8e94e5cc0753a460a11350ea2147e
tree6286f837ae9b7109aae92658f2b676e0151c2766
parent6aefe4167adcf71f6d7dae27ac3906aa09cbc25a
[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