From: Alexey Dobriyan It uses EXPORT_SYMBOL. arch/sh64/kernel/time.c:254: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL' arch/sh64/kernel/time.c:254: warning: parameter names (without types) in function declaration arch/sh64/kernel/time.c:254: warning: data definition has no type or storage class Signed-off-by: Alexey Dobriyan Cc: Paul Mundt Signed-off-by: Andrew Morton --- arch/sh64/kernel/time.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/sh64/kernel/time.c~arch-sh64-kernel-timec-add-moduleh arch/sh64/kernel/time.c --- devel/arch/sh64/kernel/time.c~arch-sh64-kernel-timec-add-moduleh 2006-01-22 22:28:03.000000000 -0800 +++ devel-akpm/arch/sh64/kernel/time.c 2006-01-22 22:28:03.000000000 -0800 @@ -29,6 +29,7 @@ #include #include #include +#include #include /* required by inline __asm__ stmt. */ _