linux/drivers/staging/rtl8723au
Aleh Suprunovich 0431f080c5 staging: rtl8723au: fix sparse warning
drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c:747:1: warning: symbol
'rtl8723a_EfusePgPacketRead' was not declared. Should it be static?

Function 'rtl8723a_EfusePgPacketRead' seems to be unused in current
staging code.

Before, it was available as 'static s32 Hal_EfusePgPacketRead',
but code that was using it removed, in the same commit as rename and
signature change to 'bool rtl8723a_EfusePgPacketRead' has taken place.

Signed-off-by: Aleh Suprunovich <br@ahlamon.org>
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-26 12:43:45 -08:00
..
core staging:rtl8723au: core: Fix checkpatch warning 2014-11-26 12:43:12 -08:00
hal staging: rtl8723au: fix sparse warning 2014-11-26 12:43:45 -08:00
include staging: rtl8723au: Remove sw led handling 2014-11-26 12:41:48 -08:00
os_dep staging: rtl8723au: Remove sw led handling 2014-11-26 12:41:48 -08:00
Kconfig
Makefile staging: rtl8723au: Remove sw led handling 2014-11-26 12:41:48 -08:00
TODO