You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
phy: miphy365x: fix sparse warnings
Add missing 'static' modifier so sparse won't complain anymore. Signed-off-by: Felipe Balbi <balbi@ti.com> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
committed by
Kishon Vijay Abraham I
parent
99db11c6e8
commit
5bea496820
@@ -441,8 +441,8 @@ static int miphy365x_init(struct phy *phy)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int miphy365x_get_addr(struct device *dev, struct miphy365x_phy *miphy_phy,
|
static int miphy365x_get_addr(struct device *dev,
|
||||||
int index)
|
struct miphy365x_phy *miphy_phy, int index)
|
||||||
{
|
{
|
||||||
struct device_node *phynode = miphy_phy->phy->dev.of_node;
|
struct device_node *phynode = miphy_phy->phy->dev.of_node;
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|||||||
Reference in New Issue
Block a user