]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf730de4e4a651b0f7016d323a73c84cdfdbcc622
tree56edc201cdeb6f40cb6d6bed443c781574f1d55e
parent3777fc645927401e0dbabf2d0eedd5121e3e4dbc
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