From ac6dbb85b7f080d923013bff4e1d5267cb6f8a5a Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 26 Mar 2003 11:42:53 +0000 Subject: Make compile clean, fix the usual small problems. --- board/pm826/pm826.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/pm826') diff --git a/board/pm826/pm826.c b/board/pm826/pm826.c index 926d74b..86a928b 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 -- cgit v1.1