Skip to content

Commit 9d3799c

Browse files
Dr. David Alan Gilbertvinodkoul
authored andcommitted
phy: starfive: remove unused struct 'regval'
'regval' is unused since the original commit f8aa660 ("phy: starfive: Add mipi dphy rx support"). Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com> Link: https://lore.kernel.org/r/20240527205937.165325-1-linux@treblig.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent b279a83 commit 9d3799c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/phy/starfive/phy-jh7110-dphy-rx.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646

4747
#define STF_MAP_LANES_NUM 6
4848

49-
struct regval {
50-
u32 addr;
51-
u32 val;
52-
};
53-
5449
struct stf_dphy_info {
5550
/**
5651
* @maps:

0 commit comments

Comments
 (0)