mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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:
parent
67aa92b095
commit
e387a9ef06
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user