]> err.no Git - linux-2.6/blobdiff - drivers/scsi/NCR53C9x.c
Automatic merge of ../scsi-misc-2.6-old/
[linux-2.6] / drivers / scsi / NCR53C9x.c
index 74b93564a258fdc44ee45e73c833a157b31ec0f5..064781a2cb1a885ed0222ab6b581fc8fbd61ecf9 100644 (file)
@@ -94,7 +94,7 @@ enum {
 };
 
 /* The master ring of all esp hosts we are managing in this driver. */
-struct NCR_ESP *espchain;
+static struct NCR_ESP *espchain;
 int nesps = 0, esps_in_use = 0, esps_running = 0;
 
 irqreturn_t esp_intr(int irq, void *dev_id, struct pt_regs *pregs);