From: Jesper Juhl Date: Sat, 9 Jul 2011 21:16:22 +0000 (+0000) Subject: SH: static should be at beginning of declaration X-Git-Tag: v3.1-rc1~99^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=536628d0983f1c6a7ccece28ded635661aa30319;p=pandora-kernel.git SH: static should be at beginning of declaration Make sure that the 'static' keywork is at the beginning of declaration for arch/sh/* This gets rid of warnings like warning: ‘static’ is not at beginning of declaration when building with -Wold-style-declaration (and/or -Wextra which also enables it). Signed-off-by: Jesper Juhl Signed-off-by: Paul Mundt --- Reading git-diff-tree failed