From: Andrew Morton arch/x86_64/ia32/syscall32.c:55: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' arch/x86_64/ia32/syscall32.c:55: warning: parameter names (without types) in function declaration arch/x86_64/ia32/syscall32.c:55: warning: data definition has no type or storage class Cc: Parag Warudkar Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/x86_64/ia32/syscall32.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86_64/ia32/syscall32.c~make-aout-executables-work-again-fix arch/x86_64/ia32/syscall32.c --- a/arch/x86_64/ia32/syscall32.c~make-aout-executables-work-again-fix +++ a/arch/x86_64/ia32/syscall32.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include _