summaryrefslogtreecommitdiff
path: root/drivers/scsi/lasi700.c
diff options
context:
space:
mode:
author <jejb@mulgrave.(none)>2005-04-03 09:57:48 (GMT)
committerJames Bottomley <jejb@titanic>2005-04-17 01:09:43 (GMT)
commit56fece20086ebe32bce2c0d74ceadd516b56baae (patch)
tree3ce88fad34483bfc393feb2ee5f3a7f4b8a17f0b /drivers/scsi/lasi700.c
parente183b06bf0be6c525867476df186d20f8f1efe54 (diff)
downloadlinux-fsl-qoriq-56fece20086ebe32bce2c0d74ceadd516b56baae.tar.xz
[PATCH] finally fix 53c700 to use the generic iomem infrastructure
This driver has had it's own different infrastructure for doing this for ages, but it's time it used the common one. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lasi700.c')
-rw-r--r--drivers/scsi/lasi700.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lasi700.c b/drivers/scsi/lasi700.c
index 29f250c..4cbb618 100644
--- a/drivers/scsi/lasi700.c
+++ b/drivers/scsi/lasi700.c
@@ -131,6 +131,7 @@ lasi700_probe(struct parisc_device *dev)
if (!host)
goto out_kfree;
host->this_id = 7;
+ host->base = base;
host->irq = dev->irq;
if(request_irq(dev->irq, NCR_700_intr, SA_SHIRQ, "lasi700", host)) {
printk(KERN_ERR "lasi700: request_irq failed!\n");