lkml.org 
[lkml]   [2002]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.5.44-ac1 : drivers/scsi/NCR_D700.c
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/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.029 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site