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/53c700.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/scsi/53c700.c') diff --git a/drivers/scsi/53c700.c b/drivers/scsi/53c700.c index a591fcb8aab..4b1bb529f67 100644 --- a/drivers/scsi/53c700.c +++ b/drivers/scsi/53c700.c @@ -389,8 +389,7 @@ NCR_700_detect(struct scsi_host_template *tpnt, host->max_lun = NCR_700_MAX_LUNS; BUG_ON(NCR_700_transport_template == NULL); host->transportt = NCR_700_transport_template; - host->unique_id = hostdata->base; - host->base = hostdata->base; + host->unique_id = (unsigned long)hostdata->base; hostdata->eh_complete = NULL; host->hostdata[0] = (unsigned long)hostdata; /* kick the chip */ -- cgit v1.2.3