projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35b8dd
)
KVM: powerpc: use of kzalloc/kfree requires including slab.h
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Tue, 27 Apr 2010 05:49:17 +0000
(15:49 +1000)
committer
Avi 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kvm/book3s.c
b/arch/powerpc/kvm/book3s.c
index
9f97dbe
..
28e785f
100644
(file)
--- 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>