diff options
Diffstat (limited to 'include/pci.h')
-rw-r--r-- | include/pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pci.h b/include/pci.h index cc216e1..7c9a0e3 100644 --- a/include/pci.h +++ b/include/pci.h @@ -501,7 +501,7 @@ extern int pci_hose_config_device(struct pci_controller *hose, extern void pci_mpc824x_init (struct pci_controller *hose); #endif -#ifdef CONFIG_MPC85xx +#ifdef CONFIG_MPC85xx extern void pci_mpc85xx_init (struct pci_controller *hose); #endif #endif /* _PCI_H */ |