commit | 628d7f697c9bcde82620895d25848c301e43ac30 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Sat Jul 09 23:12:35 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Jul 11 14:13:46 2011 +0200 |
tree | 35ee79dd1df61909c8d52ef41adcb58d5f55cf48 | |
parent | 82d508fac3e680b7853275090c3b1a3db2461198 [diff] |
MIPS: static should be at beginning of declaration Make sure that the 'static' keywork is at the beginning of declaration for arch/mips/include/asm/mach-jz4740/gpio.h 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). Also a few tiny whitespace changes. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>