summaryrefslogtreecommitdiffstats
path: root/drivers/pci/w83c553f.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/w83c553f.c
parent55d6d2d39fe3fe87802e399aa17539368b495d2e (diff)
downloadtalos-obmc-uboot-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.tar.gz
talos-obmc-uboot-ab6878c7bc68a7b5e5b731655bdc13221bbfc493.zip
drivers/pci: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/pci/w83c553f.c')
-rw-r--r--drivers/pci/w83c553f.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/w83c553f.c b/drivers/pci/w83c553f.c
index 9ea08a2565..d7355a4084 100644
--- a/drivers/pci/w83c553f.c
+++ b/drivers/pci/w83c553f.c
@@ -30,8 +30,6 @@
#include <common.h>
#include <config.h>
-#ifdef CFG_WINBOND_83C553
-
#include <asm/io.h>
#include <pci.h>
@@ -222,5 +220,3 @@ void initialise_dma(void)
out8(W83C553F_DMA1 + W83C553F_DMA1_CS, 0x00);
out16(W83C553F_DMA2 + W83C553F_DMA2_CS, 0x0000);
}
-
-#endif /* CFG_WINBOND_83C553 */
OpenPOWER on IntegriCloud