[PATCHv2 12/14] PM / hibernate: Use set_memory.h header
Laura Abbott
labbott at redhat.com
Wed Mar 1 16:15:04 PST 2017
set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.
Signed-off-by: Laura Abbott <labbott at redhat.com>
---
kernel/power/snapshot.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
index 905d5bb..4302815 100644
--- a/kernel/power/snapshot.c
+++ b/kernel/power/snapshot.c
@@ -35,6 +35,7 @@
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/io.h>
+#include <asm/set_memory.h>
#include "power.h"
--
2.7.4
More information about the linux-arm-kernel
mailing list