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

net: devmem: Remove unused declaration net_devmem_bind_tx_release()

Commit bd61848900bf ("net: devmem: Implement TX path") declared this
but never implemented it.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Reviewed-by: Mina Almasry <almasrymina@google.com>
Link: https://patch.msgid.link/20251103072046.1670574-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Yue Haibing and committed by
Jakub Kicinski
f2143e28 f102600e

-1
-1
net/core/devmem.h
··· 94 94 int net_devmem_bind_dmabuf_to_queue(struct net_device *dev, u32 rxq_idx, 95 95 struct net_devmem_dmabuf_binding *binding, 96 96 struct netlink_ext_ack *extack); 97 - void net_devmem_bind_tx_release(struct sock *sk); 98 97 99 98 static inline struct dmabuf_genpool_chunk_owner * 100 99 net_devmem_iov_to_chunk_owner(const struct net_iov *niov)