staging: rtl8188eu: Declare Efuse_GetCurrentSize() as a static function
authornavin patidar <navin.patidar@gmail.com>
Sun, 10 Aug 2014 14:44:35 +0000 (20:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:22 +0000 (12:23 -0700)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_efuse.c
drivers/staging/rtl8188eu/include/rtw_efuse.h

index 5b997b2b404a8abea0cb1fb77e73789c4e99e8a8..7006088d1ad034148304c8ffded3edb7d05de39c 100644 (file)
@@ -440,7 +440,7 @@ u8 Efuse_WordEnableDataWrite(struct adapter *pAdapter, u16 efuse_addr, u8 word_e
        return badworden;
 }
 
-u16 Efuse_GetCurrentSize(struct adapter *pAdapter)
+static u16 Efuse_GetCurrentSize(struct adapter *pAdapter)
 {
        int     bContinual = true;
        u16     efuse_addr = 0;
index 720f9ea24d52a1c41fdc9fd2fb11002a6732f79e..5660eed7196bca2111188ff7cf5fe362fa2bc0e0 100644 (file)
@@ -99,7 +99,6 @@ struct efuse_hal {
        u8 fakeBTEfuseModifiedMap[EFUSE_BT_MAX_MAP_LEN];
 };
 
-u16 Efuse_GetCurrentSize(struct adapter *adapter);
 u8 Efuse_CalculateWordCnts(u8 word_en);
 void EFUSE_GetEfuseDefinition(struct adapter *adapt, u8 type, u8 type1,
                              void *out);
This page took 0.028513 seconds and 5 git commands to generate.