From: Konrad Zapalowicz Date: Sat, 17 May 2014 19:23:38 +0000 (+0200) Subject: staging: rtl8821ae: fix not declared symbols should be static in sw.c X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~444 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b9708e0c6c24da9a49cec384472bd1bd7400a69;p=pandora-kernel.git staging: rtl8821ae: fix not declared symbols should be static in sw.c This commit fixes the following sparse warnings: drivers/staging/rtl8821ae/rtl8821ae/sw.c: - 48:6: warning: symbol 'rtl8821ae_init_aspm_vars' was not declared. Should it be static? - 228:5: warning: symbol 'rtl8812ae_rx_command_packet_handler' was not declared. Should it be static? - 263:20: warning: symbol 'rtl8821ae_hal_ops' was not declared. Should it be static? - 314:23: warning: symbol 'rtl8821ae_mod_params' was not declared. Should it be static? - 321:20: warning: symbol 'rtl8821ae_hal_cfg' was not declared. Should it be static? All of this symbols are local, that is there are no references to them in the other files from this driver. Signed-off-by: Konrad Zapalowicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed