x86, apic: Include module.h header in apic_flat_64.c
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 23 May 2011 17:43:00 +0000 (10:43 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 23 May 2011 19:27:35 +0000 (21:27 +0200)
commitb18bf0948e1037e7ed33378c80f1ecb8c77c30e9
treec1147d6f39ef0efdc102021ef10434584bf5be84
parent1a8880a14270814dae0d226a2ad065d30587e60a
x86, apic: Include module.h header in apic_flat_64.c

apic_flat_64.c needs to include module.h because it uses
EXPORT_SYMBOL_GPL().

This fixes these warnings on some !SMP randconfigs:

  arch/x86/kernel/apic/apic_flat_64.c:31: warning: data definition has no type or storage class
  arch/x86/kernel/apic/apic_flat_64.c:31: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL'
  arch/x86/kernel/apic/apic_flat_64.c:31: warning: parameter names (without types) in function declaration

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Link: http://lkml.kernel.org/r/20110523104300.dd532a99.randy.dunlap@oracle.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/apic_flat_64.c
This page took 0.024353 seconds and 5 git commands to generate.