diff options
author | James Bottomley <jejb@mulgrave.(none)> | 2005-05-26 20:14:55 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-26 20:14:55 +0200 |
commit | 153b1e1fd957861e2c185473dd3c3d93561066e4 (patch) | |
tree | c296359e8212ed83c2834b20a62b7a650f3d0fc2 /drivers/scsi/NCR53C9x.c | |
parent | Merge of 'misc-fixes' branch from (diff) | |
parent | [SCSI] allow the HBA to reserve target and device private areas (diff) | |
download | linux-153b1e1fd957861e2c185473dd3c3d93561066e4.tar.xz linux-153b1e1fd957861e2c185473dd3c3d93561066e4.zip |
Automatic merge of ../scsi-misc-2.6-old/
Diffstat (limited to 'drivers/scsi/NCR53C9x.c')
-rw-r--r-- | drivers/scsi/NCR53C9x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR53C9x.c b/drivers/scsi/NCR53C9x.c index 74b93564a258..064781a2cb1a 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); |