diff options
| author | Rashika Kheria <[email protected]> | 2013-12-19 14:23:49 +0530 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-12-19 18:51:21 -0500 |
| commit | 9b0124d815c52a67f886637e62b5fc61273e763e (patch) | |
| tree | 23b6e6743c51a7472abbd23f3941ccb7f54d99ea /drivers/net/wireless/iwlegacy/debug.c | |
| parent | b6835f9c5d3199e6fa17ffad023f4b7dbad4f1a3 (diff) | |
drivers: net: Mark functions as static in 3945-debug.c
This patch marks the function il3945_ucode_rx_stats_read(),
il3945_ucode_tx_stats_read() and il3945_ucode_general_stats_read() in
3945-debug.c as static because they are not used outside this file.
Thus, it also removes the following warnings in
wireless/iwlegacy/3945-debug.c:
drivers/net/wireless/iwlegacy/3945-debug.c:52:1: warning: no previous prototype for ‘il3945_ucode_rx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/3945-debug.c:317:1: warning: no previous prototype for ‘il3945_ucode_tx_stats_read’ [-Wmissing-prototypes]
drivers/net/wireless/iwlegacy/3945-debug.c:407:1: warning: no previous prototype for ‘il3945_ucode_general_stats_read’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/debug.c')
0 files changed, 0 insertions, 0 deletions