]> Git Repo - J-u-boot.git/commit - include/phy.h
net: phy: Remove inline definitions from convinience functions
authorRamon Fried <[email protected]>
Sun, 5 Jun 2022 00:44:15 +0000 (03:44 +0300)
committerTom Rini <[email protected]>
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 <[email protected]>
Reviewed-by: Michael Trimarchi <[email protected]>
Reviewed-by: Marek BehĂșn <[email protected]>
Reviewed-by: Vladimir Oltean <[email protected]>
drivers/net/phy/phy.c
include/phy.h
This page took 0.049543 seconds and 4 git commands to generate.