net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()
authorFlorian Fainelli <f.fainelli@gmail.com>
Sat, 13 Feb 2021 03:46:30 +0000 (19:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Feb 2021 23:15:25 +0000 (15:15 -0800)
commit133bf7b4fbbe58cff5492e37e95e75c88161f1b8
treed8c7be36f8d1293b4435ce3a4ceb8c1a6b573ae1
parent1a42156f52bd4de0e2442671bc24b7ffc7b01c52
net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay()

Avoid a forward declaration by moving the callers of
bcm54xx_config_clock_delay() below its body.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/broadcom.c