From: Luciano Coelho Date: Mon, 21 Mar 2011 17:26:41 +0000 (+0200) Subject: wl12xx: fix a couple of sparse warnings about undeclared functions X-Git-Tag: v3.0-rc1~377^2~161^2^2~142^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4623ec7d97afaf7a8489036e2c2e71e8349716b4;p=pandora-kernel.git wl12xx: fix a couple of sparse warnings about undeclared functions Fix the following sparse warnings: drivers/net/wireless/wl12xx/main.c:1129:5: warning: symbol '__wl1271_plt_stop' was not declared. Should it be static? drivers/net/wireless/wl12xx/main.c:2988:5: warning: symbol 'wl1271_op_ampdu_action' was not declared. Should it be static? Both functions should be static. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed