diff options
Diffstat (limited to 'drivers/sym53c8xx.c')
| -rw-r--r-- | drivers/sym53c8xx.c | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/drivers/sym53c8xx.c b/drivers/sym53c8xx.c index e03a04924..ae10f80ec 100644 --- a/drivers/sym53c8xx.c +++ b/drivers/sym53c8xx.c @@ -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 */ |