From: Chen Gang Date: Wed, 6 Feb 2013 10:44:32 +0000 (+0800) Subject: gpio: using common order: let 'static const' instead of 'const static' X-Git-Tag: v3.9-rc1~76^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a65bb63e5fe45b9d0ecd1983749786858da14d;p=pandora-kernel.git gpio: using common order: let 'static const' instead of 'const static' 'const static ' is not a common order, better to use 'static const' instead. building: make EXTRA_CFLAGS=-W ARCH=arm drivers/gpio/gpio-omap.c:1479: warning: 'static' is not at beginning of declaration drivers/gpio/gpio-omap.c:1485: warning: 'static' is not at beginning of declaration drivers/gpio/gpio-omap.c:1491: warning: 'static' is not at beginning of declaration Signed-off-by: Chen Gang Acked-by: Santosh Shilimkar Signed-off-by: Grant Likely --- Reading git-diff-tree failed