Skip to content

Commit

Permalink
KVM: powerpc: use of kzalloc/kfree requires including slab.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
  • Loading branch information
Stephen Rothwell authored and Avi Kivity committed May 19, 2010
1 parent d35b8dd commit 329d20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kvm/book3s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 329d20b

Please sign in to comment.