diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2010-04-27 15:49:17 +1000 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-05-19 11:36:24 +0300 |
commit | 329d20ba451b5a9fd17a4ce9471e4d335b3b8c74 (patch) | |
tree | 4ed000fd6749ba375ec30b330b1cc8cb3b7a2b86 /arch/powerpc/kvm | |
parent | d35b8dd9355805f17225fdbfee4bc704d7bf7547 (diff) | |
download | linux-stable-329d20ba451b5a9fd17a4ce9471e4d335b3b8c74.tar.gz linux-stable-329d20ba451b5a9fd17a4ce9471e4d335b3b8c74.tar.bz2 linux-stable-329d20ba451b5a9fd17a4ce9471e4d335b3b8c74.zip |
KVM: powerpc: use of kzalloc/kfree requires including slab.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm')
-rw-r--r-- | arch/powerpc/kvm/book3s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s.c b/arch/powerpc/kvm/book3s.c index 9f97dbe25e4e..28e785fb2cab 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.c @@ -16,6 +16,7 @@ #include <linux/kvm_host.h> #include <linux/err.h> +#include <linux/slab.h> #include <asm/reg.h> #include <asm/cputable.h> |