]> Pileus Git - ~andy/linux/commit
drivers: net: Mark functions as static in debug.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 14 Dec 2013 12:30:25 +0000 (18:00 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 18 Dec 2013 20:23:16 +0000 (15:23 -0500)
commitc8aa5ab7d53b71fd019a2ee03d9b39517a89ff00
tree33dc22ee12497b5bbac36383ebdf50f7a8cea419
parent0e06b090ff5af1d734c59baf68d0da70e639e764
drivers: net: Mark functions as static in debug.c

This patch marks the function il_clear_traffic_stats() in debug.c as
static because they are not used outside this file.

Thus, it also removes the following warnings in
wireless/iwlegacy/debug.c:

drivers/net/wireless/iwlegacy/debug.c:35:1: warning: no previous prototype for ‘il_clear_traffic_stats’ [-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>
drivers/net/wireless/iwlegacy/debug.c