net: phy: Remove inline definitions from convinience functions
authorRamon Fried <rfried.dev@gmail.com>
Sun, 5 Jun 2022 00:44:15 +0000 (03:44 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 8 Aug 2022 14:50:20 +0000 (10:50 -0400)
commit65f2266ed61b49bbc997e151bc14702bfbbfcef9
tree56edc201cdeb6f40cb6d6bed443c781574f1d55e
parentf44bf737841bb90a92b6c7eca9a8ee4075febe57
net: phy: Remove inline definitions from convinience functions

The convinience functions are not that small and they caused
bloated text segments because of their usage.
There was no need to inline them in the first place, as
they're not part of a fastpath.

Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Marek BehĂșn <kabel@kernel.org>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
drivers/net/phy/phy.c
include/phy.h