diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:40 +0200 |
commit | ab6878c7bc68a7b5e5b731655bdc13221bbfc493 (patch) | |
tree | e3bbe2085d68e92f4b1f1c40a97b223fc7802506 /drivers/pci/pci_indirect.c | |
parent | 55d6d2d39fe3fe87802e399aa17539368b495d2e (diff) | |
download | u-boot-imx-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.zip u-boot-imx-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.tar.gz u-boot-imx-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.tar.bz2 |
drivers/pci: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/pci/pci_indirect.c')
-rw-r--r-- | drivers/pci/pci_indirect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/pci_indirect.c b/drivers/pci/pci_indirect.c index 55517a8..ab51f8d 100644 --- a/drivers/pci/pci_indirect.c +++ b/drivers/pci/pci_indirect.c @@ -11,7 +11,6 @@ #include <common.h> -#ifdef CONFIG_PCI #if (!defined(__I386__) && !defined(CONFIG_IXDP425)) #include <asm/processor.h> @@ -135,4 +134,3 @@ void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data) } #endif /* !__I386__ && !CONFIG_IXDP425 */ -#endif /* CONFIG_PCI */ |