bdinfo: Drop unused __maybe_unused
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:42 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:11 +0000 (13:24 -0400)
commit7d81641ba9984db472798b1c9b059e019c8b1bc0
treedebeacda8380046976c0e52ad7e24fb11781045e
parente01ce34bb0cb33aad17f5df15d74cd8846f80c23
bdinfo: Drop unused __maybe_unused

Some of these are not needed now. Drop them to avoid cluttering the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c