linux/drivers/net/ethernet/micrel
Marek Vasut f96f700449 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>
2024-04-08 19:48:47 -07:00
..
Kconfig
ks8842.c net: ethernet: micrel: Convert to platform remove callback returning void 2023-09-20 09:06:39 +01:00
ks8851.h net: ks8851: Inline ks8851_rx_skb() 2024-04-08 19:48:47 -07:00
ks8851_common.c net: ks8851: Inline ks8851_rx_skb() 2024-04-08 19:48:47 -07:00
ks8851_par.c net: ks8851: Inline ks8851_rx_skb() 2024-04-08 19:48:47 -07:00
ks8851_spi.c net: ks8851: Inline ks8851_rx_skb() 2024-04-08 19:48:47 -07:00
ksz884x.c
Makefile