]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/staging/rtl8192e/rtllib_crypt_wep.c
Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_crypt_wep.c
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 7 Nov 2013 13:41:31 +0000 (19:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 20:02:22 +0000 (12:02 -0800)
commit20fc5afc32a642104d23efc2d00141fe3d1a2661
tree31bd12ca2933237963b014e19c3f0566e1663d50
parent316de3cabb5472225195a86f2dc150cf90698682
Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_crypt_wep.c

This patch fixes the following Sparse warnings in rtllib_crypt_wep.c-

drivers/staging/rtl8192e/rtllib_crypt_wep.c:273:12: warning: symbol 'rtllib_crypto_wep_init' was not declared. Should it be static?
drivers/staging/rtl8192e/rtllib_crypt_wep.c:279:13: warning: symbol 'rtllib_crypto_wep_exit' was not declared. Should it be static?

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_crypt_wep.c