From: Andrew Morton fs/proc/base.c:127: warning: data definition has no type or storage class fs/proc/base.c:127: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' fs/proc/base.c:127: warning: parameter names (without types) in function declaration Cc: Arjan van de Ven Cc: Kees Cook Signed-off-by: Andrew Morton --- fs/proc/base.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/proc/base.c~proc-maps-protection-fix-2 fs/proc/base.c --- a/fs/proc/base.c~proc-maps-protection-fix-2 +++ a/fs/proc/base.c @@ -64,6 +64,7 @@ #include #include #include +#include #include #include #include _