diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-07-09 23:24:43 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-11 14:16:25 +0200 |
commit | 587360885c0e7aa403831c29be1984b746fd24fb (patch) | |
tree | f9b3032e66d8a463b89f31102b876a404306a972 /arch | |
parent | b7e9c223be8ce335e30f2cf6ba588e6a4092275c (diff) | |
download | blackbird-op-linux-587360885c0e7aa403831c29be1984b746fd24fb.tar.gz blackbird-op-linux-587360885c0e7aa403831c29be1984b746fd24fb.zip |
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 <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions