staging: rtl8821ae: fix sparse warning for static declarations in rtl8821ae/stats.c
authorHoang Tran <hoangtran.gwr@gmail.com>
Wed, 20 Aug 2014 11:39:14 +0000 (19:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 20:53:33 +0000 (13:53 -0700)
commitcc3b5de8a84ec39a53d87c30901fa95bd1c8141b
tree608fd22947546b924d607db43d0da30564155219
parent90d88de82cd83852cb5b42f9c0a82708b111a59b
staging: rtl8821ae: fix sparse warning for static declarations in rtl8821ae/stats.c

This patch fixes the following sparse warnings in rtl8821ae/stats.c

drivers/staging/rtl8821ae/stats.c:62:6: warning: symbol 'rtl_translate_todbm' was not declared. Should it be static?
drivers/staging/rtl8821ae/stats.c:101:6: warning: symbol 'rtl_process_ui_rssi' was not declared. Should it be static?

Signed-off-by: Hoang Tran <hoangtran.gwr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/stats.c