bdinfo: Drop unnecessary inline on functions
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:44 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:12 +0000 (13:24 -0400)
commitd67de00eb6d62b52d0ccafb2d80c290079a6f0f6
treeee89e997ac3057be9fff4650e4b3d031ab839ecf
parent566ffde8e19ac683e9d0836716de8ee090a56bf8
bdinfo: Drop unnecessary inline on functions

This serves no purpose since the compiler will inline the functions
automatically. Drop use of inline in this file.

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