[PATCH] 2.5.44-ac1 : drivers/scsi/NCR_D700.c

From: Frank Davis (fdavis@si.rr.com)
Date: Tue Oct 22 2002 - 19:35:50 EST


Hello all,
  This patch removes an outdated macro STATIC.
Regards,
Frank

--- linux/drivers/scsi/NCR_D700.c.old Sat Oct 19 12:05:41 2002
+++ linux/drivers/scsi/NCR_D700.c Tue Oct 22 19:29:29 2002
@@ -123,12 +123,6 @@
 #error "NCR_D700 driver only compiles for MCA"
 #endif
 
-#ifdef NCR_D700_DEBUG
-#define STATIC
-#else
-#define STATIC static
-#endif
-
 char *NCR_D700; /* command line from insmod */
 
 MODULE_AUTHOR("James Bottomley");
@@ -186,7 +180,7 @@
  * essentially connectecd to the MCA bus independently, it is easier
  * to set them up as two separate host adapters, rather than one
  * adapter with two channels */
-STATIC int __init
+static int __init
 D700_detect(Scsi_Host_Template *tpnt)
 {
         int slot = 0;
@@ -310,7 +304,7 @@
 }
 
 
-STATIC int
+static int
 D700_release(struct Scsi_Host *host)
 {
         struct D700_Host_Parameters *hostdata =

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:01:01 EST