diff options
author | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 01:40:40 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 01:40:40 +0200 |
commit | ab6878c7bc68a7b5e5b731655bdc13221bbfc493 (patch) | |
tree | e3bbe2085d68e92f4b1f1c40a97b223fc7802506 /drivers/pci/w83c553f.c | |
parent | 55d6d2d39fe3fe87802e399aa17539368b495d2e (diff) |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pci/w83c553f.c b/drivers/pci/w83c553f.c index 9ea08a2565a..d7355a4084d 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 */ |