diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-31 08:53:44 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-31 10:16:01 +0100 |
commit | 012d5bab09a534e4800b02f50cf508e6837202ea (patch) | |
tree | d4d83a434075c8a4edcb96d021f6f3213aaa9e0d /cpu/ixp/pci.c | |
parent | f693f501d67434df1f815fd1824a71973ae08207 (diff) |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/ixp/pci.c b/cpu/ixp/pci.c index 8c6b0b21b48..aae3d3d2c16 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 */ |