]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix unused function in cmd_bdinfo.c
authorSimon Glass <sjg@chromium.org>
Tue, 6 Dec 2011 13:37:17 +0000 (13:37 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 7 Dec 2011 07:42:28 +0000 (08:42 +0100)
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>

No differences found