arch/x86_64/kernel/genapic.c:23: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL' arch/x86_64/kernel/genapic.c:23: warning: parameter names (without types) in function declaration arch/x86_64/kernel/genapic.c:23: warning: data definition has no type or storage class arch/x86_64/kernel/genapic_cluster.c:61: warning: `cluster_cpu_present_to_apicid' defined but not used Signed-off-by: Andrew Morton --- 25-akpm/arch/x86_64/kernel/genapic.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/x86_64/kernel/genapic.c~x86-64-clustered-apic-support-fix-fix arch/x86_64/kernel/genapic.c --- 25/arch/x86_64/kernel/genapic.c~x86-64-clustered-apic-support-fix-fix 2004-10-06 23:07:40.757537472 -0700 +++ 25-akpm/arch/x86_64/kernel/genapic.c 2004-10-06 23:07:54.089510704 -0700 @@ -15,6 +15,8 @@ #include #include #include +#include + #include #include _