drivers/watchdog/hpwdt.c: use set_memory.h header
authorLaura Abbott <[email protected]>
Mon, 8 May 2017 22:58:23 +0000 (15:58 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 May 2017 00:15:14 +0000 (17:15 -0700)
set_memory_* functions have moved to set_memory.h.  Switch to this
explicitly.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Laura Abbott <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/watchdog/hpwdt.c

index 70c7194e2810dff05ddc0535dc5d8d7579ab7e77..67fbe35ce7cfe5438f18b0ffb4ebdbfdc057b8fe 100644 (file)
@@ -34,7 +34,7 @@
 #include <linux/nmi.h>
 #include <linux/kdebug.h>
 #include <linux/notifier.h>
-#include <asm/cacheflush.h>
+#include <asm/set_memory.h>
 #endif /* CONFIG_HPWDT_NMI_DECODING */
 #include <asm/nmi.h>
 #include <asm/frame.h>