projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c14dac
)
drivers/watchdog/hpwdt.c: use set_memory.h header
author
Laura Abbott
<
[email protected]
>
Mon, 8 May 2017 22:58:23 +0000
(15:58 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/watchdog/hpwdt.c
b/drivers/watchdog/hpwdt.c
index 70c7194e2810dff05ddc0535dc5d8d7579ab7e77..67fbe35ce7cfe5438f18b0ffb4ebdbfdc057b8fe 100644
(file)
--- a/
drivers/watchdog/hpwdt.c
+++ b/
drivers/watchdog/hpwdt.c
@@
-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>