From 56fece20086ebe32bce2c0d74ceadd516b56baae Mon Sep 17 00:00:00 2001 From: Date: Sun, 3 Apr 2005 03:57:48 -0600 Subject: [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 --- drivers/scsi/lasi700.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/scsi/lasi700.c') diff --git a/drivers/scsi/lasi700.c b/drivers/scsi/lasi700.c index 29f250c80b9..4cbb6187cc4 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"); -- cgit v1.2.3