]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove the header of non-existent _kfree() function
authorNikolay Kulikov <nikolayof23@gmail.com>
Tue, 7 Apr 2026 14:33:28 +0000 (17:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Apr 2026 11:01:54 +0000 (05:01 -0600)
Remove the _kfree() function header, as it is not defined anywhere and
is not called anywhere.

Signed-off-by: Nikolay Kulikov <nikolayof23@gmail.com>
Link: https://patch.msgid.link/20260407143622.9767-4-nikolayof23@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/osdep_service.h

index 664c67e48f06f3ce8ba3641cd33b45cb979b2e58..82def452b335fe8b3cd27f46db734c4717616b93 100644 (file)
@@ -54,8 +54,6 @@
 
 extern int RTW_STATUS_CODE(int error_code);
 
-void _kfree(u8 *pbuf, u32 sz);
-
 int _rtw_netif_rx(struct net_device *ndev, struct sk_buff *skb);
 
 #define rtw_netif_rx(ndev, skb) _rtw_netif_rx(ndev, skb)