diff options
Diffstat (limited to 'board/pm826')
| -rw-r--r-- | board/pm826/pm826.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/board/pm826/pm826.c b/board/pm826/pm826.c index 926d74bdd..86a928bcf 100644 --- a/board/pm826/pm826.c +++ b/board/pm826/pm826.c @@ -351,6 +351,7 @@ void doc_init (void)  }  #endif +#ifdef	CONFIG_PCI  struct pci_controller hose;  extern void pci_mpc8250_init(struct pci_controller *); @@ -359,3 +360,4 @@ void pci_init_board(void)  {  	pci_mpc8250_init(&hose);  } +#endif |