[PATCHv2 12/14] PM / hibernate: Use set_memory.h header

From: Laura Abbott
Date: Wed Mar 01 2017 - 19:24:48 EST



set_memory_* functions have moved to set_memory.h. Switch to this
explicitly.

Signed-off-by: Laura Abbott <labbott@xxxxxxxxxx>
---
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