Commit 27ee073cd2f72aa794299ef1ead31072f5176533

Authored by Matthew Wilcox
Committed by Kyle McMartin
1 parent abff75439f

[PARISC] Update scsi drivers from parisc tree

Fix lasi700 for James's ioread*be() changes

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/scsi/lasi700.c
... ... @@ -125,8 +125,6 @@
125 125 hostdata->dmode_extra = DMODE_FC2;
126 126 }
127 127  
128   - NCR_700_set_mem_mapped(hostdata);
129   -
130 128 host = NCR_700_detect(&lasi700_template, hostdata, &dev->dev);
131 129 if (!host)
132 130 goto out_kfree;