Staging: rtl8723au: Declare function static
[deliverable/linux.git] / drivers / staging / rtl8723au / core / rtw_efuse.c
index 5e8a1ba8a8b9988b576acfe0d3d9f4f2b6c177b3..f174b4d1a0184c97816f1c1d72eea9e781a19873 100644 (file)
@@ -459,7 +459,8 @@ int rtw_BT_efuse_map_read23a(struct rtw_adapter *padapter,
 }
 
 /* Read All Efuse content */
-void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType, u8 *Efuse)
+static void Efuse_ReadAllMap(struct rtw_adapter *pAdapter, u8 efuseType,
+                            u8 *Efuse)
 {
        u16     mapLen = 0;
 
This page took 0.024914 seconds and 5 git commands to generate.