]> git.ipfire.org Git - people/ms/u-boot.git/commit
eeprom: Shuffle code around
authorMarek Vasut <marex@denx.de>
Tue, 10 Nov 2015 19:53:18 +0000 (20:53 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 22 Nov 2015 02:50:20 +0000 (21:50 -0500)
commit4f296d09e13c04a7bca38f6cf1150b9417d054d4
tree335a9ccf20512de342285d35888a8911ef4033c0
parent8961dac970ce9de35d2a14008184d815ee62e64c
eeprom: Shuffle code around

Just move the code around so that the forward declarations are not
necessary. Also zap a few checkpatch issues where applicable and
zap the use of #ifdef CONFIG_CMD_EEPROM in the code, since this is
always true.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Cc: Heiko Schocher <hs@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
common/cmd_eeprom.c