net: dsa: tag_sja1105: remove "inline" keyword
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 6 Feb 2024 11:29:27 +0000 (13:29 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 03:03:57 +0000 (19:03 -0800)
commit36f75f74dc07c6c38c87bdb39be814cfa951b6dd
treea7f12454a2bf47d7572a2210947418563ed5ee1a
parent83acbb9d0716c7f787d248ca982f4a4a895aef65
net: dsa: tag_sja1105: remove "inline" keyword

The convention is to not use the "inline" keyword for functions in C
files, but to let the compiler choose.

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