Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dr. David Alan Gilbert and committed by
Vinod Koul
3f8bb7a7 9d3799c3

-5
-5
drivers/phy/st/phy-miphy28lp.c
··· 228 228 int nphys; 229 229 }; 230 230 231 - struct miphy_initval { 232 - u16 reg; 233 - u16 val; 234 - }; 235 - 236 231 enum miphy_sata_gen { SATA_GEN1, SATA_GEN2, SATA_GEN3 }; 237 232 238 233 static char *PHY_TYPE_name[] = { "sata-up", "pcie-up", "", "usb3-up" };