]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/power/snapshot.c
Merge tag 'for-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux...
[mirror_ubuntu-artful-kernel.git] / kernel / power / snapshot.c
index b7708e319941baed24eb447e12d58750ade3cd4a..222317721c5a09291c6b78fc839e722b2196b177 100644 (file)
 #include <linux/slab.h>
 #include <linux/compiler.h>
 #include <linux/ktime.h>
+#include <linux/set_memory.h>
 
 #include <linux/uaccess.h>
 #include <asm/mmu_context.h>
 #include <asm/pgtable.h>
 #include <asm/tlbflush.h>
 #include <asm/io.h>
-#ifdef CONFIG_ARCH_HAS_SET_MEMORY
-#include <asm/set_memory.h>
-#endif
 
 #include "power.h"