[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4A01BFCE.6020908@oracle.com>
Date: Wed, 06 May 2009 09:50:22 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: linux-kernel@...r.kernel.org
CC: akpm@...ux-foundation.org,
Jeremy Fitzhardinge <jeremy@...source.com>,
Chris Wright <chrisw@...s-sol.org>,
virtualization@...ts.osdl.org, xen-devel@...ts.xensource.com
Subject: [PATCH] xen: use header for EXPORT_SYMBOL_GPL
From: Randy Dunlap <randy.dunlap@...cle.com>
mmu.c needs to #include module.h to prevent these warnings:
arch/x86/xen/mmu.c:239: warning: data definition has no type or storage class
arch/x86/xen/mmu.c:239: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
arch/x86/xen/mmu.c:239: warning: parameter names (without types) in function declaration
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
arch/x86/xen/mmu.c | 1 +
1 file changed, 1 insertion(+)
--- mmotm-2009-0505-2119.orig/arch/x86/xen/mmu.c
+++ mmotm-2009-0505-2119/arch/x86/xen/mmu.c
@@ -42,6 +42,7 @@
#include <linux/highmem.h>
#include <linux/debugfs.h>
#include <linux/bug.h>
+#include <linux/module.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists