From: Rashika Kheria Date: Thu, 19 Dec 2013 08:55:34 +0000 (+0530) Subject: drivers: net: Mark functions as static in debug.c X-Git-Tag: v3.14-rc1~94^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5036813559ed45b517f28be876b29ccead689c5;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed