]> Git Repo - J-u-boot.git/commit
bdinfo: Drop unnecessary inline on functions
authorSimon Glass <[email protected]>
Sun, 10 May 2020 20:16:44 +0000 (14:16 -0600)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
cmd/bdinfo.c
This page took 0.034499 seconds and 4 git commands to generate.