summaryrefslogtreecommitdiff
path: root/cpu/ixp/pci.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-31 08:53:44 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-31 10:16:01 +0100
commit012d5bab09a534e4800b02f50cf508e6837202ea (patch)
treed4d83a434075c8a4edcb96d021f6f3213aaa9e0d /cpu/ixp/pci.c
parentf693f501d67434df1f815fd1824a71973ae08207 (diff)
downloadu-boot-imx-012d5bab09a534e4800b02f50cf508e6837202ea.zip
u-boot-imx-012d5bab09a534e4800b02f50cf508e6837202ea.tar.gz
u-boot-imx-012d5bab09a534e4800b02f50cf508e6837202ea.tar.bz2
ixp: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/ixp/pci.c')
-rw-r--r--cpu/ixp/pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/ixp/pci.c b/cpu/ixp/pci.c
index 8c6b0b2..aae3d3d 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 */