2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 07:34:06 +08:00
linux-next/arch/sh/boards/mach-ecovec24
Jesper Juhl e04008eb38 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>
2011-07-11 14:13:46 +02:00
..
Makefile sh: Add Ecovec24 specific memory pre/post sleep code 2009-10-30 14:33:46 +09:00
sdram.S sh: ecovec r-standby support 2010-02-26 15:29:28 +09:00
setup.c SH: static should be at beginning of declaration 2011-07-11 14:13:46 +02:00