net: dsa: remove "inline" from dsa_user_netpoll_send_skb()
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 6 Feb 2024 11:29:26 +0000 (13:29 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 03:03:57 +0000 (19:03 -0800)
commit83acbb9d0716c7f787d248ca982f4a4a895aef65
tree0a6644fd0119bf909807d45c5bda4a7f3dcb3447
parenta2e520643be18cf69ec06558f3409f6c6559dce1
net: dsa: remove "inline" from dsa_user_netpoll_send_skb()

The convention is to not use "inline" functions in C files, and let the
compiler decide whether to inline or not.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240206112927.4134375-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/dsa/user.c