]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
KVM: powerpc: use of kzalloc/kfree requires including slab.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 27 Apr 2010 05:49:17 +0000 (15:49 +1000)
committerAvi Kivity <avi@redhat.com>
Wed, 19 May 2010 08:36:24 +0000 (11:36 +0300)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/powerpc/kvm/book3s.c

index 9f97dbe25e4eec866dd11e8c2e36dd4b6f107732..28e785fb2cabbdb423205c8c4b31f50b7d6b3723 100644 (file)
@@ -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>