diff options
author | Marek Vasut <marex@denx.de> | 2024-04-05 22:30:39 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-08 19:48:47 -0700 |
commit | f96f700449b6d190e06272f1cf732ae8e45b73df (patch) | |
tree | 5758637fcd83c4fcec4507327cbcb10e33340d04 /net/unix/af_unix.c | |
parent | 7e68708b91da7be3fd540b13e3a9a9842c350c09 (diff) |
net: ks8851: Inline ks8851_rx_skb()
Both ks8851_rx_skb_par() and ks8851_rx_skb_spi() call netif_rx(skb),
inline the netif_rx(skb) call directly into ks8851_common.c and drop
the .rx_skb callback and ks8851_rx_skb() wrapper. This removes one
indirect call from the driver, no functional change otherwise.
Signed-off-by: Marek Vasut <marex@denx.de>
Link: https://lore.kernel.org/r/20240405203204.82062-1-marex@denx.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions