Re: [PATCH v3 7/8] drivers: net: Mark functions as static in debug.c
From: David Miller <davem@davemloft.net>
Date: 2013-12-19 23:52:40
Also in:
linux-wireless, lkml
From: David Miller <davem@davemloft.net>
Date: 2013-12-19 23:52:40
Also in:
linux-wireless, lkml
From: Rashika Kheria <redacted> Date: Thu, 19 Dec 2013 14:25:34 +0530
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 <redacted> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Applied.