diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-27 21:59:37 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-06-03 19:29:01 +0530 |
commit | 9d3799c3e807ab5777cda6ae48ebc127b83bc8b0 (patch) | |
tree | 0e2a253e5c12bf214e620b97e6ca5b11a8d162fb /drivers/phy | |
parent | b279a835192834565db5025205394e3ef943fbd2 (diff) |
phy: starfive: remove unused struct 'regval'
'regval' is unused since the original
commit f8aa660841bc ("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>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/starfive/phy-jh7110-dphy-rx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/phy/starfive/phy-jh7110-dphy-rx.c b/drivers/phy/starfive/phy-jh7110-dphy-rx.c index 037a9e0263cd..0b039e1f71c5 100644 --- a/drivers/phy/starfive/phy-jh7110-dphy-rx.c +++ b/drivers/phy/starfive/phy-jh7110-dphy-rx.c @@ -46,11 +46,6 @@ #define STF_MAP_LANES_NUM 6 -struct regval { - u32 addr; - u32 val; -}; - struct stf_dphy_info { /** * @maps: |