commit | 1a0f81dd1aa3683bb8f779317bbf5a107afb0a9e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 06 13:37:17 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Dec 07 08:42:28 2011 +0100 |
tree | 2e01c7c20f66d262574e2a8680bb473195ac6d8b | |
parent | 0bc17242b9a91ff9266eedc788aaf1c4ecd56d22 [diff] |
Fix unused function in cmd_bdinfo.c It is fine to use __maybe_unused instead of #ifdef, but we also need one for print_eth() since not all boards have Ethernet. This fixes this warning: cmd_bdinfo.c:39:13: warning: 'print_eth' defined but not used [-Wunused-function] Signed-off-by: Simon Glass <sjg@chromium.org>