mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
powerpc/kvm: Fallout from system.h disintegration
Add a missing include to fix build Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
cad3c8346b
commit
95327d08fd
3 changed files with 3 additions and 0 deletions
|
@ -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/reg.h>
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/switch_to.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
||||
/* #define DEBUG */
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <asm/kvm_ppc.h>
|
||||
#include <asm/kvm_book3s.h>
|
||||
#include <asm/mmu_context.h>
|
||||
#include <asm/switch_to.h>
|
||||
#include <linux/gfp.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/vmalloc.h>
|
||||
|
|
Loading…
Reference in a new issue