]> git.baikalelectronics.ru Git - kernel.git/commit
net: wireless: rt2x00: Staticize rt2x00queue_pause_queue_nocheck()
authorJingoo Han <jg1.han@samsung.com>
Tue, 6 Aug 2013 08:36:03 +0000 (17:36 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 9 Aug 2013 19:57:55 +0000 (15:57 -0400)
commit828f2b38ce68a9f1ffc5a18b624dea2c0bf80e43
tree0855217bceaaeebca326782c2d9d832428c71fd3
parent8126e88e134a5e60c16fd4bfce3946db2e3a0388
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 <jg1.han@samsung.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00queue.c