From: Rashika Kheria Date: Thu, 27 Feb 2014 12:20:19 +0000 (+0530) Subject: kernel: Mark function as static in kernel/seccomp.c X-Git-Tag: v3.15-rc1~112^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864f32a52b53341c54a25953afb5b66ed79a7f76;p=pandora-kernel.git kernel: Mark function as static in kernel/seccomp.c Mark function as static in kernel/seccomp.c because it is not used outside this file. This eliminates the following warning in kernel/seccomp.c: kernel/seccomp.c:296:6: warning: no previous prototype for ?seccomp_attach_user_filter? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Acked-by: Kees Cook Acked-by: Will Drewry Signed-off-by: James Morris --- Reading git-diff-tree failed