Add a missing include to fix build Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
@@ -21,6 +21,7 @@
#include <asm/disassemble.h>
#include <asm/kvm_book3s.h>
#include <asm/reg.h>
+#include <asm/switch_to.h>
#define OP_19_XOP_RFID 18
#define OP_19_XOP_RFI 50
@@ -24,6 +24,7 @@
#include <asm/kvm_fpu.h>
#include <asm/cacheflush.h>
#include <linux/vmalloc.h>
/* #define DEBUG */
@@ -33,6 +33,7 @@
#include <asm/kvm_ppc.h>
#include <asm/mmu_context.h>
#include <linux/gfp.h>
#include <linux/sched.h>