dm: pci: Reorder functions in cmd_pci.c
authorSimon Glass <sjg@chromium.org>
Fri, 27 Nov 2015 02:51:24 +0000 (19:51 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:26:37 +0000 (06:26 -0700)
commit49f835fd41937c41ffc83cc4b4caf8758939c24b
tree659e74eaf7460fa81a198163da80b793b5f05b3f
parent011e9482959afb40319b3e965da9c3e356c6d679
dm: pci: Reorder functions in cmd_pci.c

Before converting this to driver model, reorder the code to avoid forward
function declarations.

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