]> git.baikalelectronics.ru Git - uboot.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)
commit997624d5c92c4cd6d786a0bbcde1921e9796ab80
treea6edd13d9ed106676cbaca1b17480b1d0f55250c
parent65d9cff19f17f764d49d962c79117914d011cd01
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