diff mbox

arch/powerpc/kvm/e500: Additional module.h => export.h fixup

Message ID 1324570863-11447-1-git-send-email-Kyle.D.Moffett@boeing.com
State New, archived
Headers show

Commit Message

Kyle Moffett Dec. 22, 2011, 4:21 p.m. UTC
This file, like many others, needs to include <linux/export.h>.

Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>
---
 arch/powerpc/kvm/e500.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Alexander Graf Dec. 23, 2011, 1:35 p.m. UTC | #1
On 22.12.2011, at 17:21, Kyle Moffett wrote:

> This file, like many others, needs to include <linux/export.h>.
> 
> Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>

Thanks, I already applied a patch from Scott that addresses the same issue.


Alex

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/powerpc/kvm/e500.c b/arch/powerpc/kvm/e500.c
index 26d2090..387c383 100644
--- a/arch/powerpc/kvm/e500.c
+++ b/arch/powerpc/kvm/e500.c
@@ -13,6 +13,7 @@ 
  */
 
 #include <linux/kvm_host.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <linux/err.h>