staging: rtl8723bs: remove the header of non-existent _kfree() function

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>
This commit is contained in:
Nikolay Kulikov 2026-04-07 17:33:28 +03:00 committed by Greg Kroah-Hartman
parent 67aa92b095
commit e387a9ef06

View 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)