[2.6 patch] SCSI osst.c: make some code static

From: Adrian Bunk
Date: Sun Nov 14 2004 - 22:39:44 EST


The patch below makes some needlessly global code static.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.10-rc1-mm5-full/drivers/scsi/osst.c.old 2004-11-13 22:44:39.000000000 +0100
+++ linux-2.6.10-rc1-mm5-full/drivers/scsi/osst.c 2004-11-13 22:44:59.000000000 +0100
@@ -24,7 +24,7 @@
*/

static const char * cvsid = "$Id: osst.c,v 1.70 2003/12/23 14:22:12 wriede Exp $";
-const char * osst_version = "0.99.1";
+static const char * osst_version = "0.99.1";

/* The "failure to reconnect" firmware bug */
#define OSST_FW_NEED_POLL_MIN 10601 /*(107A)*/
@@ -164,7 +164,7 @@
static int osst_probe(struct device *);
static int osst_remove(struct device *);

-struct scsi_driver osst_template = {
+static struct scsi_driver osst_template = {
.owner = THIS_MODULE,
.gendrv = {
.name = "osst",

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