remove ioremap_nocache and devm_ioremap_nocache
[linux-2.6-microblaze.git] / arch / x86 / kernel / tboot.c
index 4c61f07..b89f6ac 100644 (file)
@@ -354,7 +354,7 @@ static ssize_t tboot_log_read(struct file *file, char __user *user_buf, size_t c
        void *kbuf;
        int ret = -EFAULT;
 
-       log_base = ioremap_nocache(TBOOT_SERIAL_LOG_ADDR, TBOOT_SERIAL_LOG_SIZE);
+       log_base = ioremap(TBOOT_SERIAL_LOG_ADDR, TBOOT_SERIAL_LOG_SIZE);
        if (!log_base)
                return ret;