summaryrefslogtreecommitdiff
path: root/drivers/pci/tsi108_pci.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:40 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:40 +0200
commitab6878c7bc68a7b5e5b731655bdc13221bbfc493 (patch)
treee3bbe2085d68e92f4b1f1c40a97b223fc7802506 /drivers/pci/tsi108_pci.c
parent55d6d2d39fe3fe87802e399aa17539368b495d2e (diff)
downloadu-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/tsi108_pci.c')
-rw-r--r--drivers/pci/tsi108_pci.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/tsi108_pci.c b/drivers/pci/tsi108_pci.c
index 4f02cb8..edd614f 100644
--- a/drivers/pci/tsi108_pci.c
+++ b/drivers/pci/tsi108_pci.c
@@ -27,8 +27,6 @@
#include <config.h>
-#ifdef CONFIG_TSI108_PCI
-
#include <common.h>
#include <pci.h>
#include <asm/io.h>
@@ -182,5 +180,3 @@ void ft_pci_setup(void *blob, bd_t *bd)
}
}
#endif /* CONFIG_OF_LIBFDT */
-
-#endif /* CONFIG_TSI108_PCI */