]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/intel_scu_watchdog.c
Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
[linux.git] / drivers / watchdog / intel_scu_watchdog.c
index 6ad5bf3451ec0416c2b26e1fc85f1a5ffdac2ebf..804e35940983e4a41d8275239ff56e55a49527d3 100644 (file)
@@ -463,7 +463,7 @@ static int __init intel_scu_watchdog_init(void)
                return -ENODEV;
        }
 
-       tmp_addr = ioremap_nocache(watchdog_device.timer_tbl_ptr->phys_addr,
+       tmp_addr = ioremap(watchdog_device.timer_tbl_ptr->phys_addr,
                        20);
 
        if (tmp_addr == NULL) {