diff options
Diffstat (limited to 'board/freescale/mpc832xemds/pci.c')
-rw-r--r-- | board/freescale/mpc832xemds/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc832xemds/pci.c b/board/freescale/mpc832xemds/pci.c index d94269a6ea..45c7294832 100644 --- a/board/freescale/mpc832xemds/pci.c +++ b/board/freescale/mpc832xemds/pci.c @@ -6,6 +6,7 @@ /* * PCI Configuration space access support for MPC83xx PCI Bridge */ +#include <init.h> #include <asm/mmu.h> #include <asm/io.h> #include <common.h> |