patch-2.1.49 linux/drivers/scsi/53c7,8xx.c

Next file: linux/drivers/scsi/BusLogic.c
Previous file: linux/drivers/net/tlan.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.48/linux/drivers/scsi/53c7,8xx.c linux/drivers/scsi/53c7,8xx.c
@@ -678,6 +678,7 @@
  * Returns : NULL on failure, pointer to host structure on success.
  */
 
+#if 0
 static struct Scsi_Host *
 find_host (int host) {
     struct Scsi_Host *h;
@@ -767,6 +768,7 @@
 	hostdata->options &= ~OPTION_DISCONNECT;
     return 0;
 }
+#endif
 
 /*
  * Function : static void NCR53c7x0_driver_init (struct Scsi_Host *host)
@@ -5468,6 +5470,7 @@
  * Returns : char * representation of state, "unknown" on error.
  */
 
+#if 0
 static const char *
 ncr_state (int state) {
     switch (state) {
@@ -5479,6 +5482,7 @@
     default: return "unknown";
     }
 }
+#endif
 
 /*
  * Function : int NCR53c7xx_abort (Scsi_Cmnd *cmd)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov