There were three sparse warnings in main.c due to missing static declaration: CHECK drivers/net/wireless/ti/wlcore/main.c drivers/net/wireless/ti/wlcore/main.c:1265:5: warning: symbol 'wl1271_validate_wowlan_pattern' was not declared. Should it be static? drivers/net/wireless/ti/wlcore/main.c:1408:5: warning: symbol 'wl1271_convert_wowlan_pattern_to_rx_filter' was not declared. Should it be static? drivers/net/wireless/ti/wlcore/main.c:4823:6: warning: symbol 'wl1271_connection_loss_work' was not declared. Should it be static? Fix these by adding the static declaration to those functions. Signed-off-by: Luciano Coelho <coelho@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> |
||
|---|---|---|
| .. | ||
| acx.c | ||
| acx.h | ||
| boot.c | ||
| boot.h | ||
| cmd.c | ||
| cmd.h | ||
| conf.h | ||
| debug.h | ||
| debugfs.c | ||
| debugfs.h | ||
| event.c | ||
| event.h | ||
| hw_ops.h | ||
| ini.h | ||
| init.c | ||
| init.h | ||
| io.c | ||
| io.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| ps.c | ||
| ps.h | ||
| rx.c | ||
| rx.h | ||
| scan.c | ||
| scan.h | ||
| sdio.c | ||
| spi.c | ||
| testmode.c | ||
| testmode.h | ||
| tx.c | ||
| tx.h | ||
| wl12xx.h | ||
| wl12xx_80211.h | ||
| wl12xx_platform_data.c | ||
| wlcore.h | ||