From: Rashika Kheria Date: Sat, 14 Dec 2013 12:30:25 +0000 (+0530) Subject: drivers: net: Mark functions as static in debug.c X-Git-Tag: v3.14-rc1~94^2~334^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8aa5ab7d53b71fd019a2ee03d9b39517a89ff00;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: John W. Linville --- Reading git-diff-tree failed