]> www.infradead.org Git - users/jedix/linux-maple.git/commit
staging: rtl8723bs: Efuse_WordEnableDataWrite() is not used
authorMichael Straube <straube.linux@gmail.com>
Sun, 13 Jul 2025 10:02:29 +0000 (12:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jul 2025 08:06:40 +0000 (10:06 +0200)
commit9e233052608b6023dbe21ee6ff5ef51e70c96cdb
treebefa058db7c7aa1912966fdc7773e2526f504f4a
parent1b0ee85ee7967a4d7a68080c3f6a66af69e4e0b4
staging: rtl8723bs: Efuse_WordEnableDataWrite() is not used

The function Efuse_WordEnableDataWrite() defined in rtw_efuse.c is not
used. Remove the function and code it is calling, i.e. the function
pointer (*Efuse_WordEnableDataWrite) in struct hal_ops and the function
Hal_EfuseWordEnableDataWrite() to which it points.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20250713100229.13917-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_efuse.c
drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c
drivers/staging/rtl8723bs/include/hal_intf.h
drivers/staging/rtl8723bs/include/rtw_efuse.h