aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR53C9x.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-04-24 02:34:29 -0500
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-20 12:53:32 -0500
commit7dfaa5f40da87e85b3883b102bbf1bf3f3b42534 (patch)
tree671329b0b2ed2aab270ec66879044051f63fd381 /drivers/scsi/NCR53C9x.c
parent[SCSI] drivers/scsi/atp870u.c: make a function static (diff)
downloadlinux-dev-7dfaa5f40da87e85b3883b102bbf1bf3f3b42534.tar.xz
linux-dev-7dfaa5f40da87e85b3883b102bbf1bf3f3b42534.zip
[SCSI] drivers/scsi/NCR53C9x.c: make a struct static
This patch makes a needlessly global struct static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/NCR53C9x.c')
-rw-r--r--drivers/scsi/NCR53C9x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR53C9x.c b/drivers/scsi/NCR53C9x.c
index 3c86655a5f33..74293f62a622 100644
--- a/drivers/scsi/NCR53C9x.c
+++ b/drivers/scsi/NCR53C9x.c
@@ -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);