Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rtl8723au: Declare function static

Declare function Efuse_ReadAllMap as static since it's defined and used
only in this file.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ksenija Stanojevic and committed by
Greg Kroah-Hartman
84295526 165483c6

+2 -1
+2 -1
drivers/staging/rtl8723au/core/rtw_efuse.c
··· 459 459 } 460 460 461 461 /* Read All Efuse content */ 462 - void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse) 462 + static void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, 463 + u8 *Efuse) 463 464 { 464 465 u16 mapLen = 0; 465 466