]> git.ipfire.org Git - thirdparty/linux.git/commit
phy: lynx-28g: move struct lynx_info definitions downwards
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 10 Jun 2026 15:19:44 +0000 (18:19 +0300)
committerVinod Koul <vkoul@kernel.org>
Thu, 11 Jun 2026 07:09:46 +0000 (12:39 +0530)
commit9515c35eaac9fc51717c8dbb5d18ec5a923b8342
treeb85626675224e029f9c56fe68fc8004c59e74dff
parent09697afa157df0a420fb6b107a71bb45dd32aabf
phy: lynx-28g: move struct lynx_info definitions downwards

We need to be able to reference more function pointers in upcoming
patches. The struct lynx_info definitions are currently placed a bit up
in lynx-28g.c in order to be able to do that without function prototype
forward declarations, so move them downward to avoid that situation.

No functional change intended.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://patch.msgid.link/20260610151952.2141019-9-vladimir.oltean@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/freescale/phy-fsl-lynx-28g.c