summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_efuse.h
diff options
context:
space:
mode:
authorMartin Kaiser <martin@kaiser.cx>2022-07-09 19:09:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-07-11 10:06:45 +0200
commit14dbcfc4c9368d3a45db0d2d94f6b23708c72bf5 (patch)
tree4495f16ae8a307b32b60a24c84c2450fc911ed0c /drivers/staging/r8188eu/include/rtw_efuse.h
parent1c4d6546c3a4ee20e2f5ba525e35e779614954c8 (diff)
downloadlinux-14dbcfc4c9368d3a45db0d2d94f6b23708c72bf5.tar.bz2
staging: r8188eu: merge EFUSE_ShadowMapUpdate with its caller
Merge the EFUSE_ShadowMapUpdate function into ReadAdapterInfo8188EU, which is the only caller. Merging the two functions makes it clearer that eeprom->efuse_eeprom_data is in fact a temporary buffer that stores info read from efuses. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Link: https://lore.kernel.org/r/20220709171000.180481-5-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtw_efuse.h')
-rw-r--r--drivers/staging/r8188eu/include/rtw_efuse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_efuse.h b/drivers/staging/r8188eu/include/rtw_efuse.h
index 2daf69f554d5..3d688a0e6dfb 100644
--- a/drivers/staging/r8188eu/include/rtw_efuse.h
+++ b/drivers/staging/r8188eu/include/rtw_efuse.h
@@ -8,6 +8,4 @@
void ReadEFuseByte(struct adapter *adapter, u16 _offset, u8 *pbuf);
-void EFUSE_ShadowMapUpdate(struct adapter *adapter);
-
#endif