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: http://git.mmlx.us/?a=commitdiff_plain;h=329d20ba451b5a9fd17a4ce9471e4d335b3b8c74;p=linux-edison.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 9f97dbe25e4..28e785fb2ca 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.c @@ -16,6 +16,7 @@ #include #include +#include #include #include