KVM: PPC: e500: include linux/export.h
authorScott Wood <[email protected]>
Tue, 20 Dec 2011 14:43:45 +0000 (14:43 +0000)
committerAvi Kivity <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
arch/powerpc/kvm/e500.c

index 26d20903f2bc5c8cce1a94637f58ea9dea73a696..8c0d45a6faf7f49db9aef9c9a495c1ef20d155d8 100644 (file)
@@ -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>