]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/block/sym53c8xx.c
drivers/block: Move conditional compilation to Makefile
[karo-tx-uboot.git] / drivers / block / sym53c8xx.c
index b880435f1ecf1d170cb226c195c6bbdbc45bcd22..44e998b55644ca9b1a671a7f152f2d85b46eb1df 100644 (file)
@@ -35,8 +35,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_SCSI_SYM53C8XX
-
 #include <command.h>
 #include <pci.h>
 #include <asm/processor.h>
@@ -870,6 +868,3 @@ void scsi_chip_init(void)
 #endif
 }
 #endif
-
-
-#endif /* CONFIG_SCSI_SYM53C8XX */