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:
Jiri Kosina <jkosina@suse.cz>
Showing
- arch/sh/boards/mach-ap325rxa/setup.c 1 addition, 1 deletionarch/sh/boards/mach-ap325rxa/setup.c
- arch/sh/boards/mach-ecovec24/setup.c 2 additions, 2 deletionsarch/sh/boards/mach-ecovec24/setup.c
- arch/sh/boards/mach-kfr2r09/setup.c 1 addition, 1 deletionarch/sh/boards/mach-kfr2r09/setup.c
- arch/sh/boards/mach-migor/setup.c 1 addition, 1 deletionarch/sh/boards/mach-migor/setup.c
- arch/sh/boards/mach-se/7724/setup.c 2 additions, 2 deletionsarch/sh/boards/mach-se/7724/setup.c
Please register or sign in to comment