kernel/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c
.. .. @@ -372,7 +372,7 @@ 372 372 if (!request_mem_region(start, 0x1000, "aic7xxx")) 373 373 error = ENOMEM; 374 374 if (error == 0) { 375 - *maddr = ioremap_nocache(start, 256);375 + *maddr = ioremap(start, 256);376 376 if (*maddr == NULL) { 377 377 error = ENOMEM; 378 378 release_mem_region(start, 0x1000);