MIPS: static should be at beginning of declaration
authorJesper Juhl <jj@chaosbits.net>
Sat, 9 Jul 2011 21:12:35 +0000 (23:12 +0200)
committerJiri Kosina <jkosina@suse.cz>
Mon, 11 Jul 2011 12:13:46 +0000 (14:13 +0200)
commit628d7f697c9bcde82620895d25848c301e43ac30
tree35ee79dd1df61909c8d52ef41adcb58d5f55cf48
parent82d508fac3e680b7853275090c3b1a3db2461198
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>
arch/mips/include/asm/mach-jz4740/gpio.h