commit | 4623ec7d97afaf7a8489036e2c2e71e8349716b4 | [log] [tgz] |
---|---|---|
author | Luciano Coelho <coelho@ti.com> | Mon Mar 21 19:26:41 2011 +0200 |
committer | Luciano Coelho <coelho@ti.com> | Tue Apr 19 16:49:11 2011 +0300 |
tree | 626c7f0e9fff2a49c247a4035998c29bb82742b6 | |
parent | d9482e2b5132fd40f8de528af6bb715accbab11d [diff] |
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>