xen: use header for EXPORT_SYMBOL_GPL
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 12 May 2009 20:31:40 +0000 (13:31 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 13 May 2009 13:43:55 +0000 (15:43 +0200)
commit44408ad7368906c84000e87a99c14a16dbb867fd
tree409ea6a4cab12a68d5a71abe97ed59277e4a412d
parent7b6c6c77732ca1d2498eda7eabb64f9648896e96
xen: use header for EXPORT_SYMBOL_GPL

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

[ Impact: cleanup ]

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/xen/mmu.c