From: Laura Abbott Date: Mon, 8 May 2017 22:58:23 +0000 (-0700) Subject: drivers/watchdog/hpwdt.c: use set_memory.h header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=23f19a563b2f15d9bf391cb9d3c1829bee56a44b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Acked-by: Guenter Roeck Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 @@ #include #include #include -#include +#include #endif /* CONFIG_HPWDT_NMI_DECODING */ #include #include