diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-27 21:58:44 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-06-03 19:29:44 +0530 |
commit | 3f8bb7a7b4e016df586f464279936a5767c2a36a (patch) | |
tree | 997ec609a0a7fff3062283b6602a7b2925660654 /drivers/phy | |
parent | 9d3799c3e807ab5777cda6ae48ebc127b83bc8b0 (diff) |
phy: miphy28lp: remove unused struct 'miphy_initval'
'miphy_initval' is unused since the original
commit 2c14e9be0c60 ("phy: miphy28lp: Provide support for the MiPHY28lp
Generic PHY").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240527205844.165279-1-linux@treblig.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/st/phy-miphy28lp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/phy/st/phy-miphy28lp.c b/drivers/phy/st/phy-miphy28lp.c index 063fc38788ed..43cef89af55e 100644 --- a/drivers/phy/st/phy-miphy28lp.c +++ b/drivers/phy/st/phy-miphy28lp.c @@ -228,11 +228,6 @@ struct miphy28lp_dev { int nphys; }; -struct miphy_initval { - u16 reg; - u16 val; -}; - enum miphy_sata_gen { SATA_GEN1, SATA_GEN2, SATA_GEN3 }; static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" }; |