linux/drivers/staging/vt6655
James A Shackleford 14257463f7 staging: vt6655: fix sparse warning for static declarations
This patch fixes the following sparse warnings:

iwctl.c:76:22: warning: symbol 'iwctl_get_wireless_stats' was not declared. Should it be static?
iwctl.c:118:5: warning: symbol 'iwctl_giwname' was not declared. Should it be static?
iwctl.c:131:5: warning: symbol 'iwctl_siwscan' was not declared. Should it be static?
iwctl.c:192:5: warning: symbol 'iwctl_giwscan' was not declared. Should it be static?
iwctl.c:344:5: warning: symbol 'iwctl_siwfreq' was not declared. Should it be static?
iwctl.c:390:5: warning: symbol 'iwctl_giwfreq' was not declared. Should it be static?
iwctl.c:420:5: warning: symbol 'iwctl_siwmode' was not declared. Should it be static?
iwctl.c:486:5: warning: symbol 'iwctl_giwmode' was not declared. Should it be static?
iwctl.c:520:5: warning: symbol 'iwctl_giwrange' was not declared. Should it be static?
iwctl.c:626:5: warning: symbol 'iwctl_siwap' was not declared. Should it be static?
iwctl.c:684:5: warning: symbol 'iwctl_giwap' was not declared. Should it be static?
iwctl.c:711:5: warning: symbol 'iwctl_giwaplist' was not declared. Should it be static?
iwctl.c:784:5: warning: symbol 'iwctl_siwessid' was not declared. Should it be static?
iwctl.c:893:5: warning: symbol 'iwctl_giwessid' was not declared. Should it be static?
iwctl.c:923:5: warning: symbol 'iwctl_siwrate' was not declared. Should it be static?
iwctl.c:1004:5: warning: symbol 'iwctl_giwrate' was not declared. Should it be static?
iwctl.c:1049:5: warning: symbol 'iwctl_siwrts' was not declared. Should it be static?
iwctl.c:1077:5: warning: symbol 'iwctl_giwrts' was not declared. Should it be static?
iwctl.c:1096:5: warning: symbol 'iwctl_siwfrag' was not declared. Should it be static?
iwctl.c:1123:5: warning: symbol 'iwctl_giwfrag' was not declared. Should it be static?
iwctl.c:1141:5: warning: symbol 'iwctl_siwretry' was not declared. Should it be static?
iwctl.c:1176:5: warning: symbol 'iwctl_giwretry' was not declared. Should it be static?
iwctl.c:1205:5: warning: symbol 'iwctl_siwencode' was not declared. Should it be static?
iwctl.c:1336:5: warning: symbol 'iwctl_giwencode' was not declared. Should it be static?
iwctl.c:1398:5: warning: symbol 'iwctl_siwpower' was not declared. Should it be static?
iwctl.c:1448:5: warning: symbol 'iwctl_giwpower' was not declared. Should it be static?
iwctl.c:1478:5: warning: symbol 'iwctl_giwsens' was not declared. Should it be static?
iwctl.c:1502:5: warning: symbol 'iwctl_siwauth' was not declared. Should it be static?
iwctl.c:1603:5: warning: symbol 'iwctl_giwauth' was not declared. Should it be static?
iwctl.c:1611:5: warning: symbol 'iwctl_siwgenie' was not declared. Should it be static?
iwctl.c:1644:5: warning: symbol 'iwctl_giwgenie' was not declared. Should it be static?
iwctl.c:1669:5: warning: symbol 'iwctl_siwencodeext' was not declared. Should it be static?
iwctl.c:1783:5: warning: symbol 'iwctl_giwencodeext' was not declared. Should it be static?
iwctl.c:1791:5: warning: symbol 'iwctl_siwmlme' was not declared. Should it be static?
iwctl.c:1900:21: warning: symbol 'iwctl_private_args' was not declared. Should it be static?
iwctl.c:1906:33: warning: symbol 'iwctl_handler_def' was not declared. Should it be static?

Signed-off-by: James A Shackleford <shack@linux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-06-19 16:35:09 -07:00
..
80211hdr.h
80211mgr.c staging: vt6655: Fix line over 80 characters. 2014-03-16 19:45:52 -07:00
80211mgr.h
aes_ccmp.c staging: vt6655: Remove unnecessary braces in aes_ccmp.c 2014-03-16 19:37:23 -07:00
aes_ccmp.h
baseband.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
baseband.h
bssdb.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
bssdb.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
card.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
card.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
channel.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
channel.h
country.h
datarate.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
datarate.h
desc.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
device_cfg.h
device_main.c staging: vt6655: fix sparse warning "cast removes address space of expression" 2014-06-19 16:33:44 -07:00
device.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
dpc.c staging: vt6655: fix sparse warning for static declarations 2014-06-19 16:33:44 -07:00
dpc.h
hostap.c staging: vt6655: Remove useless return variables 2014-05-23 21:35:27 +09:00
hostap.h
IEEE11h.c staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
IEEE11h.h
iocmd.h
ioctl.c staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
ioctl.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
iowpa.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
iwctl.c staging: vt6655: fix sparse warning for static declarations 2014-06-19 16:35:09 -07:00
iwctl.h staging: vt6655: update iwctl_private_args extern declaration 2014-06-19 16:35:09 -07:00
Kconfig
key.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
key.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
mac.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
mac.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
Makefile
mib.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
mib.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
michael.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
michael.h staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long. 2014-03-08 22:31:31 -08:00
power.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
power.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
rc4.c
rc4.h
rf.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
rf.h
rxtx.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
rxtx.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
srom.c
srom.h
tcrc.c
tcrc.h
test
tether.c Staging: vt6655: tether: fixed a brace coding style issue 2014-05-15 13:23:03 -07:00
tether.h
tkip.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
tkip.h
tmacro.h
TODO
ttype.h
upc.h
vntconfiguration.dat
vntwifi.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
vntwifi.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
wcmd.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
wcmd.h
wctl.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
wctl.h
wmgr.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
wmgr.h staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
wpa2.c staging: vt6655: fix checkpatch bracing issues 2014-05-15 13:26:37 -07:00
wpa2.h
wpa.c staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
wpa.h
wpactl.c staging: vt6655: Remove useless return variables 2014-05-23 21:35:27 +09:00
wpactl.h
wroute.c staging: vt6655: remove dead code 2014-05-15 13:25:58 -07:00
wroute.h