commit | 4f296d09e13c04a7bca38f6cf1150b9417d054d4 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Nov 10 20:53:18 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 21 21:50:20 2015 -0500 |
tree | 335a9ccf20512de342285d35888a8911ef4033c0 | |
parent | 8961dac970ce9de35d2a14008184d815ee62e64c [diff] |
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>