Skip to content

Commit eeca25f

Browse files
jonhuntervinodkoul
authored andcommitted
phy: tegra: xusb: Remove unused powered_on variable
Commit bbf7116 ("phy: tegra: xusb: Add Tegra186 support") added the variable 'powered_on' to the structure 'tegra_xusb_usb2_lane' but it has never been used. Therefore, remove this unused variable. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Link: https://patch.msgid.link/20260202153314.1634145-1-jonathanh@nvidia.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 3a03a0e commit eeca25f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/phy/tegra/xusb.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ struct tegra_xusb_usb2_lane {
6969
struct tegra_xusb_lane base;
7070

7171
u32 hs_curr_level_offset;
72-
bool powered_on;
7372
};
7473

7574
static inline struct tegra_xusb_usb2_lane *

0 commit comments

Comments
 (0)