From: Kalle Valo Date: Mon, 29 Dec 2008 08:02:48 +0000 (+0200) Subject: mac80211: make wake/stop_queue_by_reason() functions static X-Git-Tag: v2.6.30-rc1~662^2~836^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3093664c931aa06fc50da42e25b3b6dc307a915;p=pandora-kernel.git mac80211: make wake/stop_queue_by_reason() functions static Fixes sparse warnings: net/mac80211/util.c:355:6: warning: symbol 'ieee80211_wake_queue_by_reason' was not declared. Should it be static? net/mac80211/util.c:385:6: warning: symbol 'ieee80211_stop_queue_by_reason' was not declared. Should it be static? Thanks to Johannes Berg for reporting this. Signed-off-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed