aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/cyclades.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/cyclades.c b/drivers/char/cyclades.c
index ba795c757db0..e61939d3331d 100644
--- a/drivers/char/cyclades.c
+++ b/drivers/char/cyclades.c
@@ -4556,7 +4556,7 @@ static int __init cy_detect_isa(void)
4556 return nboard; 4556 return nboard;
4557 4557
4558 /* probe for CD1400... */ 4558 /* probe for CD1400... */
4559 cy_isa_address = ioremap(isa_address, CyISA_Ywin); 4559 cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);
4560 if (cy_isa_address == NULL) { 4560 if (cy_isa_address == NULL) {
4561 printk(KERN_ERR "Cyclom-Y/ISA: can't remap base " 4561 printk(KERN_ERR "Cyclom-Y/ISA: can't remap base "
4562 "address\n"); 4562 "address\n");