]> 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 87b63b742c491afaabeaec662280aebabfcf8b38..44e998b55644ca9b1a671a7f152f2d85b46eb1df 100644 (file)
@@ -35,8 +35,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_SCSI_SYM53C8XX
-
 #include <command.h>
 #include <pci.h>
 #include <asm/processor.h>
@@ -784,7 +782,7 @@ retry:
                pccb->msgout[0]=SCSI_IDENTIFY;
                transbytes=pccb->trans_bytes;
                tmpptr=pccb->pdata;
-               pccb->pdata=&pccb->sense_buf[0];
+               pccb->pdata = &pccb->sense_buf[0];
                datalen=pccb->datalen;
                pccb->datalen=14;
                tmpstat=pccb->status;
@@ -870,6 +868,3 @@ void scsi_chip_init(void)
 #endif
 }
 #endif
-
-
-#endif /* CONFIG_SCSI_SYM53C8XX */