From: Scott Wood Date: Tue, 20 Dec 2011 14:43:45 +0000 (+0000) Subject: KVM: PPC: e500: include linux/export.h X-Git-Tag: v3.2~34^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fae9dbb4b462d2c908186a47464c7a5299ee27a9;p=platform%2Fkernel%2Flinux-stable.git 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 Signed-off-by: Alexander Graf --- diff --git a/arch/powerpc/kvm/e500.c b/arch/powerpc/kvm/e500.c index 26d2090..8c0d45a 100644 --- a/arch/powerpc/kvm/e500.c +++ b/arch/powerpc/kvm/e500.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include