From 6cdfc1de173aa916c820195a040752bb603a21dd Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Tue, 6 Aug 2013 17:36:03 +0900 Subject: [PATCH] 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-format-patch failed