diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci_indirect.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci_indirect.c b/drivers/pci_indirect.c index cb76ef23be3..08be082e31e 100644 --- a/drivers/pci_indirect.c +++ b/drivers/pci_indirect.c @@ -12,6 +12,7 @@ #include <common.h> #ifdef CONFIG_PCI +#ifndef __I386__ #include <asm/processor.h> #include <asm/io.h> @@ -72,3 +73,4 @@ void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data) } #endif +#endif |