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)
commitfc7b9e16a04610b951a9d36abf41d80edb87e3e5
tree360fad9748f8fc3d874655e2bde1b9ec7d366b75
parent72b2465c6b897f7ac4a2a151f648dff9239b1cfe
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