From: Jesper Juhl Date: Tue, 12 Jul 2011 05:15:02 +0000 (-0700) Subject: drivers/net: static should be at beginning of declaration X-Git-Tag: v3.1-rc1~316^2~179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0d7aa6b20a9e78def76a0ba8c414daf253c295;p=pandora-kernel.git drivers/net: static should be at beginning of declaration Make sure that the 'static' keywork is at the beginning of declaration for drivers/net/usb/kalmia.c 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed