Skip to content

Commit

Permalink
phy: qcom: phy-qcom-m31: change m31_ipq5332_regs to static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yang Yingliang authored and Vinod Koul committed Sep 21, 2023
1 parent 5f7cd74 commit 426e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/phy/qualcomm/phy-qcom-m31.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct m31_priv_data {
unsigned int nregs;
};

struct m31_phy_regs m31_ipq5332_regs[] = {
static struct m31_phy_regs m31_ipq5332_regs[] = {
{
USB_PHY_CFG0,
UTMI_PHY_OVERRIDE_EN,
Expand Down

0 comments on commit 426e05c

Please sign in to comment.