diff options
author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-05-27 22:59:37 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-06-03 15:59:01 +0200 |
commit | 9d3799c3e807ab5777cda6ae48ebc127b83bc8b0 (patch) | |
tree | 0e2a253e5c12bf214e620b97e6ca5b11a8d162fb /drivers/phy/starfive | |
parent | phy: qcom-qmp-usb: Add sc8180x USB UNIPHY (diff) | |
download | linux-9d3799c3e807ab5777cda6ae48ebc127b83bc8b0.tar.xz linux-9d3799c3e807ab5777cda6ae48ebc127b83bc8b0.zip |
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/starfive')
-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: |