From cc3b5de8a84ec39a53d87c30901fa95bd1c8141b Mon Sep 17 00:00:00 2001 From: Hoang Tran Date: Wed, 20 Aug 2014 19:39:14 +0800 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed