]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: eth-phy: staticize eth_phy_reset()
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 30 May 2023 22:51:18 +0000 (00:51 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 10 Jun 2023 11:34:04 +0000 (13:34 +0200)
commit06173ef643c0c17124154598f9ffeea0c62eb627
treea6edd13d9ed106676cbaca1b17480b1d0f55250c
parent5f41ef792c307dedc12647cdde2ade273aa11805
net: eth-phy: staticize eth_phy_reset()

The eth_phy_reset() is not used outside of this file, staticize it.
No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/eth-phy-uclass.c