aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/mm/pageattr.c
diff options
context:
space:
mode:
authorLaura Abbott <[email protected]>2017-05-08 15:58:08 -0700
committerLinus Torvalds <[email protected]>2017-05-08 17:15:13 -0700
commite6c7c63001920a57f23c8f5d6f652bfc4bea327b (patch)
treeb2d84c09feb22952ea163aace2a478d846300161 /arch/s390/mm/pageattr.c
parentd4bbc30bb059ec6bbb17edd3d3f98c5edeee7494 (diff)
s390: use set_memory.h header
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: Heiko Carstens <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/s390/mm/pageattr.c')
-rw-r--r--arch/s390/mm/pageattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/mm/pageattr.c b/arch/s390/mm/pageattr.c
index fc321c5ec30e..49e721f3645e 100644
--- a/arch/s390/mm/pageattr.c
+++ b/arch/s390/mm/pageattr.c
@@ -8,6 +8,7 @@
#include <asm/facility.h>
#include <asm/pgtable.h>
#include <asm/page.h>
+#include <asm/set_memory.h>
static inline unsigned long sske_frame(unsigned long addr, unsigned char skey)
{