summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/af_unix
diff options
context:
space:
mode:
authorWei Fang <wei.fang@nxp.com>2025-11-19 10:51:46 +0800
committerJakub Kicinski <kuba@kernel.org>2025-11-20 18:40:07 -0800
commit63083d597adabffd12ecb879dbae3556e87ee277 (patch)
tree2989d989749bc2d1be20545a847f84b2efb0ccf9 /tools/testing/selftests/net/af_unix
parenteef7b786bdab146047d0372eff9f6bd16cffe415 (diff)
net: fec: remove struct fec_enet_priv_txrx_info
The struct fec_enet_priv_txrx_info has three members: offset, page and skb. The offset is only initialized in the driver and is not used, the skb is never initialized and used in the driver. The both will not be used in the future. Therefore, replace struct fec_enet_priv_txrx_info directly with struct page. Signed-off-by: Wei Fang <wei.fang@nxp.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20251119025148.2817602-4-wei.fang@nxp.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net/af_unix')
0 files changed, 0 insertions, 0 deletions