net: phy: genphy_init can be static
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sat, 18 Sep 2021 11:55:24 +0000 (14:55 +0300)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 28 Sep 2021 15:50:56 +0000 (18:50 +0300)
commita17776be1dbe91684a9d0c60f623e9243e43fea9
tree1f35c55fadeb920d9b7858366590b1a78c25a0b1
parent5ecdf0a5a42ae3b2d04cdf0c2ad6314670839037
net: phy: genphy_init can be static

To avoid a warning with W=1 about this function not having a previous
prototype, declare it as static, because it is not used outside of this
translation module.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
drivers/net/phy/phy.c