]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitffdda148d7d8b3f7a096c8a07e31e576f401fefc
tree608fd22947546b924d607db43d0da30564155219
parentc39f69cfcea766d44733e2ff2cd2f1526cf51836
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