diff options
author | Scott Wood <scottwood@freescale.com> | 2011-12-20 14:43:45 +0000 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-12-26 13:28:03 +0200 |
commit | fae9dbb4b462d2c908186a47464c7a5299ee27a9 (patch) | |
tree | 1fa5e288ce5a1f4813ee4bfe187a00404c2a9174 | |
parent | 251da03897b383904901620835044e298061875f (diff) | |
download | linux-3.10-fae9dbb4b462d2c908186a47464c7a5299ee27a9.tar.gz linux-3.10-fae9dbb4b462d2c908186a47464c7a5299ee27a9.tar.bz2 linux-3.10-fae9dbb4b462d2c908186a47464c7a5299ee27a9.zip |
KVM: PPC: e500: include linux/export.h
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>
-rw-r--r-- | arch/powerpc/kvm/e500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/e500.c b/arch/powerpc/kvm/e500.c index 26d20903f2b..8c0d45a6faf 100644 --- 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> |