commit | 1cec78b512ad6fa170315ad709f505923b28a935 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:44 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:12 2020 -0400 |
tree | ee89e997ac3057be9fff4650e4b3d031ab839ecf | |
parent | 481c8c806ee1e399361b24bafeef88982ccc43bd [diff] |
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>