]> www.infradead.org Git - linux.git/commitdiff
phy: miphy28lp: remove unused struct 'miphy_initval'
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 27 May 2024 20:58:44 +0000 (21:58 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 3 Jun 2024 13:59:44 +0000 (19:29 +0530)
'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>
drivers/phy/st/phy-miphy28lp.c

index 063fc38788ed403894390f022fa1150b2f7c689b..43cef89af55ecf21af4aed4538e61797a929cf1b 100644 (file)
@@ -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" };