]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/ixp/pci.c
ixp: Move conditional compilation to Makefile
[karo-tx-uboot.git] / cpu / ixp / pci.c
index 8c6b0b21b48642efd5fa639ebadafaa25b3b52a7..aae3d3d2c16e5741825d45d8a93e8a7b6d9afad6 100644 (file)
@@ -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 */