Skip to content

Commit 426e05c

Browse files
Yang Yingliangvinodkoul
authored andcommitted
phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static
m31_ipq5332_regs is only used in phy-qcom-m31.c now, change it to static. Signed-off-by: Yang Yingliang <[email protected]> Reviewed-by: Varadarajan Narayanan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 5f7cd74 commit 426e05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/qualcomm/phy-qcom-m31.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct m31_priv_data {
8282
unsigned int nregs;
8383
};
8484

85-
struct m31_phy_regs m31_ipq5332_regs[] = {
85+
static struct m31_phy_regs m31_ipq5332_regs[] = {
8686
{
8787
USB_PHY_CFG0,
8888
UTMI_PHY_OVERRIDE_EN,

0 commit comments

Comments
 (0)