diff options
Diffstat (limited to 'cpu/ixp/pci.c')
| -rw-r--r-- | cpu/ixp/pci.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/cpu/ixp/pci.c b/cpu/ixp/pci.c index 8c6b0b21b..aae3d3d2c 100644 --- a/cpu/ixp/pci.c +++ b/cpu/ixp/pci.c @@ -24,9 +24,6 @@  #include <common.h> - -#ifdef CONFIG_PCI -  #include <asm/processor.h>  #include <asm/io.h>  #include <pci.h> @@ -572,4 +569,3 @@ pci_dev_t pci_find_devices (struct pci_device_id * ids, int devNo)  	}  	return -1;  } -#endif	/* CONFIG_PCI */ |