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-Tag: v2.6.35-rc1~436^2~30 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=329d20ba451b5a9fd17a4ce9471e4d335b3b8c74;p=users%2Fjedix%2Flinux-maple.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 9f97dbe25e4ee..28e785fb2cabb 100644 --- a/arch/powerpc/kvm/book3s.c +++ b/arch/powerpc/kvm/book3s.c @@ -16,6 +16,7 @@ #include #include +#include #include #include