Skip to content

Commit 3f8bb7a

Browse files
Dr. David Alan Gilbertvinodkoul
authored andcommitted
phy: miphy28lp: remove unused struct 'miphy_initval'
'miphy_initval' is unused since the original commit 2c14e9b ("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>
1 parent 9d3799c commit 3f8bb7a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/phy/st/phy-miphy28lp.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,6 @@ struct miphy28lp_dev {
228228
int nphys;
229229
};
230230

231-
struct miphy_initval {
232-
u16 reg;
233-
u16 val;
234-
};
235-
236231
enum miphy_sata_gen { SATA_GEN1, SATA_GEN2, SATA_GEN3 };
237232

238233
static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" };

0 commit comments

Comments
 (0)