phy: cadence-torrent: Remove unused `regmap` field from state struct
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 7 Jul 2022 07:17:22 +0000 (09:17 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 8 Jul 2022 05:10:43 +0000 (10:40 +0530)
commitb26baa53003d34c389565596d53f57712e723ce0
treeaa0ece4c75989700865d2a61dee510fa745fa7b3
parent085009f9b27243d6f2b6910a877f868553e75d84
phy: cadence-torrent: Remove unused `regmap` field from state struct

The driver state struct for the sierra PHY driver has a field named
`regmap` that is never referenced. Remove it since it is unused.

Not that there are separate fields of type `struct regmap` for the
individual sections of the device's register map. These other regmaps are
used and not affected by the patch.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Link: https://lore.kernel.org/r/20220707071722.44201-2-lars@metafoo.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/cadence/phy-cadence-torrent.c