projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
251da03
)
KVM: PPC: e500: include linux/export.h
author
Scott Wood
<scottwood@freescale.com>
Tue, 20 Dec 2011 14:43:45 +0000
(14:43 +0000)
committer
Avi Kivity
<avi@redhat.com>
Mon, 26 Dec 2011 11:28:03 +0000
(13:28 +0200)
This is required for THIS_MODULE. We recently stopped acquiring
it via some other header.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/e500.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kvm/e500.c
b/arch/powerpc/kvm/e500.c
index 26d20903f2bc5c8cce1a94637f58ea9dea73a696..8c0d45a6faf7f49db9aef9c9a495c1ef20d155d8 100644
(file)
--- a/
arch/powerpc/kvm/e500.c
+++ b/
arch/powerpc/kvm/e500.c
@@
-15,6
+15,7
@@
#include <linux/kvm_host.h>
#include <linux/slab.h>
#include <linux/err.h>
+#include <linux/export.h>
#include <asm/reg.h>
#include <asm/cputable.h>