]> git.baikalelectronics.ru Git - uboot.git/commit
cbfs: Move declarations above functions
authorSimon Glass <sjg@chromium.org>
Thu, 15 Aug 2019 01:56:11 +0000 (19:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 18 Aug 2019 13:54:10 +0000 (21:54 +0800)
commitaafd92cee92381cf106421180039486666cb4427
tree360fad9748f8fc3d874655e2bde1b9ec7d366b75
parent6690a423bc09ae2204738b158323c8c3e9b7bafb
cbfs: Move declarations above functions

At present this file has a function at the top, above declarations. This
is normally avoided, so fix it.

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