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

taging: rtl8723au: Remove empty function odm_Init_RSSIForDM23a

The function odm_Init_RSSIForDM23a is empty and therefore there is no use
of keeping it. Also, remove its prototype.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bhumika Goyal and committed by
Greg Kroah-Hartman
7a90b826 d9209cb8

-6
-4
drivers/staging/rtl8723au/hal/odm_HWConfig.c
··· 270 270 } 271 271 } 272 272 273 - void odm_Init_RSSIForDM23a(struct dm_odm_t *pDM_Odm) 274 - { 275 - } 276 - 277 273 static void odm_Process_RSSIForDM(struct dm_odm_t *pDM_Odm, 278 274 struct phy_info *pPhyInfo, 279 275 struct odm_packet_info *pPktinfo)
-2
drivers/staging/rtl8723au/include/odm_HWConfig.h
··· 142 142 }; 143 143 144 144 145 - void odm_Init_RSSIForDM23a(struct dm_odm_t *pDM_Odm); 146 - 147 145 void 148 146 ODM_PhyStatusQuery23a( 149 147 struct dm_odm_t *pDM_Odm,