]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: net: Mark functions as static in debug.c
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 19 Dec 2013 08:55:34 +0000 (14:25 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Dec 2013 23:51:21 +0000 (18:51 -0500)
commitdbc8d54e56fd152f051f1a9666503376cf8d8c14
treedf83488d514c0e77932d61a9a0d9147b6269966c
parentc465b37be31a9cbbbe97b9df3948ec1c8f5d3790
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: David S. Miller <davem@davemloft.net>
drivers/net/wireless/iwlegacy/debug.c