From: Jingoo Han Date: Tue, 6 Aug 2013 08:36:03 +0000 (+0900) Subject: net: wireless: rt2x00: Staticize rt2x00queue_pause_queue_nocheck() X-Git-Tag: v3.12-rc1~132^2~297^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cdfc1de173aa916c820195a040752bb603a21dd;p=pandora-kernel.git net: wireless: rt2x00: Staticize rt2x00queue_pause_queue_nocheck() rt2x00queue_pause_queue_nocheck()is used only in this file. Fix the following sparse warning: drivers/net/wireless/rt2x00/rt2x00queue.c:939:6: warning: symbol 'rt2x00queue_pause_queue_nocheck' was not declared. Should it be static? Signed-off-by: Jingoo Han Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed