From patchwork Wed Dec 21 00:43:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: KVM: PPC: e500: include linux/export.h Date: Tue, 20 Dec 2011 14:43:45 -0000 From: Scott Wood X-Patchwork-Id: 132540 Message-Id: <20111221004345.GA15374@schlenkerla.am.freescale.net> To: Cc: , This is required for THIS_MODULE. We recently stopped acquiring it via some other header. Signed-off-by: Scott Wood --- 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 0910104..709d82f 100644 --- a/arch/powerpc/kvm/e500.c +++ b/arch/powerpc/kvm/e500.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include