wl12xx: fix a couple of sparse warnings about undeclared functions
authorLuciano Coelho <coelho@ti.com>
Mon, 21 Mar 2011 17:26:41 +0000 (19:26 +0200)
committerLuciano Coelho <coelho@ti.com>
Tue, 19 Apr 2011 13:49:11 +0000 (16:49 +0300)
commit4623ec7d97afaf7a8489036e2c2e71e8349716b4
tree626c7f0e9fff2a49c247a4035998c29bb82742b6
parentd9482e2b5132fd40f8de528af6bb715accbab11d
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 <coelho@ti.com>
drivers/net/wireless/wl12xx/main.c