diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2013-12-14 17:58:38 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-18 15:23:14 -0500 |
commit | 0e06b090ff5af1d734c59baf68d0da70e639e764 (patch) | |
tree | b3a4524669f563d07c553f1262b7511135ba6d1c /drivers/net/wireless/ath/ath9k/common.c | |
parent | 03a71e03282e02cc1cf7884f31314d9c55db9a82 (diff) | |
download | kernel_replicant_linux-0e06b090ff5af1d734c59baf68d0da70e639e764.tar.gz kernel_replicant_linux-0e06b090ff5af1d734c59baf68d0da70e639e764.tar.bz2 kernel_replicant_linux-0e06b090ff5af1d734c59baf68d0da70e639e764.zip |
drivers: net: Mark functions as static in 4965-debug.c
This patch marks the function il4965_ucode_rx_stats_read(),
il4965_ucode_tx_stats_read() and il4965_ucode_general_stats_read() in
4965-debug.c as static because they are not used outside this file.
Thus, it also removes the following warnings in
wireless/iwlegacy/4965-debug.c:
drivers/net/wireless/iwlegacy/4965-debug.c:59:1: warning: no previous prototype for ‘il4965_ucode_rx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/4965-debug.c:471:1: warning: no previous prototype for ‘il4965_ucode_tx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/4965-debug.c:637:1: warning: no previous prototype for ‘il4965_ucode_general_stats_read’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common.c')
0 files changed, 0 insertions, 0 deletions