kernel/arch/arm/kernel/suspend.c
.. .. @@ -3,12 +3,11 @@ 3 3 #include <linux/init.h> 4 4 #include <linux/slab.h> 5 5 #include <linux/mm_types.h> 6 +#include <linux/pgtable.h>6 7 7 8 #include <asm/bugs.h> 8 9 #include <asm/cacheflush.h> 9 10 #include <asm/idmap.h> 10 -#include <asm/pgalloc.h>11 -#include <asm/pgtable.h>12 11 #include <asm/memory.h> 13 12 #include <asm/smp_plat.h> 14 13 #include <asm/suspend.h>