]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/sym53c8xx.c
* Code cleanup:
[karo-tx-uboot.git] / drivers / sym53c8xx.c
index e03a04924d433eab456362ef9fbafd75f4e5413a..ae10f80ecfb11720140a5124c30bdb6741ef70f8 100644 (file)
@@ -38,7 +38,6 @@
 #ifdef CONFIG_SCSI_SYM53C8XX
 
 #include <command.h>
-#include <cmd_boot.h>
 #include <pci.h>
 #include <asm/processor.h>
 #include <sym53c8xx.h>
@@ -182,7 +181,6 @@ void scsi_print_error(ccb *pccb)
 }
 
 
-
 /******************************************************************************
  * sets-up the SCSI controller
  * the base memory address is retrived via the pci_read_config_dword
@@ -404,7 +402,6 @@ void scsi_print_script(void)
 }
 
 
-
 void scsi_set_script(ccb *pccb)
 {
        int busdevfunc = pccb->priv;
@@ -587,7 +584,6 @@ void scsi_set_script(ccb *pccb)
 }
 
 
-
 void scsi_issue(ccb *pccb)
 {
        int busdevfunc = pccb->priv;
@@ -750,8 +746,6 @@ retry:
 }
 
 
-
-
 void scsi_chip_init(void)
 {
        /* first we issue a soft reset */