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 <yangyingliang@huawei.com> Reviewed-by: Varadarajan Narayanan <quic_varada@quicinc.com> Link: https://lore.kernel.org/r/20230824092356.1154839-1-yangyingliang@huawei.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 5f7cd74 commit 426e05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)