commit | 536628d0983f1c6a7ccece28ded635661aa30319 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Sat Jul 09 21:16:22 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jul 11 15:07:38 2011 +0900 |
tree | a05dbcfe722e37d9d2a1ef0130b46bcca56eee3a | |
parent | 1522043bf73ef0e9e61dc512a0f3cdbec1cbf89f [diff] |
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 <jj@chaosbits.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org>