diff options
author | Laura Abbott <labbott@redhat.com> | 2017-05-08 18:58:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-08 20:15:14 -0400 |
commit | 23f19a563b2f15d9bf391cb9d3c1829bee56a44b (patch) | |
tree | 3325354de9bd03fa4dc35235a57edae90f5dcf44 /drivers/watchdog | |
parent | 0c14dac9a411d20ca59e3b39724c1393f27635bc (diff) |
drivers/watchdog/hpwdt.c: use set_memory.h header
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.
Link: http://lkml.kernel.org/r/1488920133-27229-10-git-send-email-labbott@redhat.com
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/hpwdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 70c7194e2810..67fbe35ce7cf 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include <linux/nmi.h> | 34 | #include <linux/nmi.h> |
35 | #include <linux/kdebug.h> | 35 | #include <linux/kdebug.h> |
36 | #include <linux/notifier.h> | 36 | #include <linux/notifier.h> |
37 | #include <asm/cacheflush.h> | 37 | #include <asm/set_memory.h> |
38 | #endif /* CONFIG_HPWDT_NMI_DECODING */ | 38 | #endif /* CONFIG_HPWDT_NMI_DECODING */ |
39 | #include <asm/nmi.h> | 39 | #include <asm/nmi.h> |
40 | #include <asm/frame.h> | 40 | #include <asm/frame.h> |