diff options
author | Marek Vasut <marex@denx.de> | 2024-04-05 23:30:39 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-09 05:48:47 +0300 |
commit | f96f700449b6d190e06272f1cf732ae8e45b73df (patch) | |
tree | 5758637fcd83c4fcec4507327cbcb10e33340d04 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7e68708b91da7be3fd540b13e3a9a9842c350c09 (diff) | |
download | linux-f96f700449b6d190e06272f1cf732ae8e45b73df.tar.xz |
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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions