]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/lasi700.c
V4L/DVB (3673): Fix budget-av CAM reset
[linux-2.6-omap-h63xx.git] / drivers / scsi / lasi700.c
index 459a4daebece319729f180beb047ac5b4da2b1f1..eb7bd310cc82d18752aa577865b329c6622e485a 100644 (file)
@@ -112,7 +112,7 @@ lasi700_probe(struct parisc_device *dev)
 
        hostdata->dev = &dev->dev;
        dma_set_mask(&dev->dev, DMA_32BIT_MASK);
-       hostdata->base = ioremap(base, 0x100);
+       hostdata->base = ioremap_nocache(base, 0x100);
        hostdata->differential = 0;
 
        if (dev->id.sversion == LASI_700_SVERSION) {