summaryrefslogtreecommitdiff
path: root/board/esd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 22:57:47 +0300
committerTom Rini <trini@konsulko.com>2019-12-03 02:25:25 +0300
commit2cf431c228776d9899dfb980086b86d4dd3b2473 (patch)
tree04802b4219abf36de771b8006d471afe541670f7 /board/esd
parent5255932f0167c502fc7fce527bfe7e81df3322f9 (diff)
downloadu-boot-2cf431c228776d9899dfb980086b86d4dd3b2473.tar.xz
common: Move pci_init_board() out of common.h
This function can be dropped when all boards use driver model for PCI. For now, move it into init.h with a comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/esd')
-rw-r--r--board/esd/vme8349/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/esd/vme8349/pci.c b/board/esd/vme8349/pci.c
index 82347f258c..349e7b567c 100644
--- a/board/esd/vme8349/pci.c
+++ b/board/esd/vme8349/pci.c
@@ -10,6 +10,7 @@
* Based on MPC8349 PCI support but w/o PIB related code.
*/
+#include <init.h>
#include <asm/mmu.h>
#include <asm/io.h>
#include <common.h>