kernel/arch/powerpc/kvm/book3s_hv_rm_xive.c
.. .. @@ -3,6 +3,7 @@ 3 3 #include <linux/kvm_host.h> 4 4 #include <linux/err.h> 5 5 #include <linux/kernel_stat.h> 6 +#include <linux/pgtable.h>6 7 7 8 #include <asm/kvm_book3s.h> 8 9 #include <asm/kvm_ppc.h> .. .. @@ -11,7 +12,6 @@ 11 12 #include <asm/debug.h> 12 13 #include <asm/synch.h> 13 14 #include <asm/cputhreads.h> 14 -#include <asm/pgtable.h>15 15 #include <asm/ppc-opcode.h> 16 16 #include <asm/pnv-pci.h> 17 17 #include <asm/opal.h>