* [PATCH] xen: use header for EXPORT_SYMBOL_GPL
[not found] <200905060438.n464cWFU025212@imap1.linux-foundation.org>
@ 2009-05-06 16:50 ` Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2009-05-06 16:50 UTC (permalink / raw)
To: linux-kernel; +Cc: Chris Wright, virtualization, akpm, xen-devel
From: Randy Dunlap <randy.dunlap@oracle.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@oracle.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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-06 16:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200905060438.n464cWFU025212@imap1.linux-foundation.org>
2009-05-06 16:50 ` [PATCH] xen: use header for EXPORT_SYMBOL_GPL Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).