]> err.no Git - linux-2.6/blobdiff - drivers/parisc/ccio-dma.c
Merge ../scsi-misc-2.6
[linux-2.6] / drivers / parisc / ccio-dma.c
index 93f8a8fa889014deba28a42601494176aec9f278..68cb3a080050d78d47bc787dd47366c5057c3c5f 100644 (file)
@@ -31,7 +31,6 @@
 **        the coherency design originally worked out. Only PCX-W does.
 */
 
-#include <linux/config.h>
 #include <linux/types.h>
 #include <linux/init.h>
 #include <linux/mm.h>
@@ -1560,7 +1559,7 @@ static int ccio_probe(struct parisc_device *dev)
        *ioc_p = ioc;
 
        ioc->hw_path = dev->hw_path;
-       ioc->ioc_regs = ioremap(dev->hpa.start, 4096);
+       ioc->ioc_regs = ioremap_nocache(dev->hpa.start, 4096);
        ccio_ioc_init(ioc);
        ccio_init_resources(ioc);
        hppa_dma_ops = &ccio_ops;