From: Stephen Rothwell Date: Tue, 27 Apr 2010 05:49:17 +0000 (+1000) Subject: KVM: powerpc: use of kzalloc/kfree requires including slab.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=329d20ba451b5a9fd17a4ce9471e4d335b3b8c74;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git KVM: powerpc: use of kzalloc/kfree requires including slab.h Signed-off-by: Stephen Rothwell Signed-off-by: Marcelo Tosatti --- 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 #include +#include #include #include