[PATCH] phy: tegra: xusb: Remove unused powered_on variable

Jon Hunter jonathanh at nvidia.com
Mon Feb 2 07:33:14 PST 2026


Commit bbf711682cd5 ("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 at nvidia.com>
---
 drivers/phy/tegra/xusb.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/phy/tegra/xusb.h b/drivers/phy/tegra/xusb.h
index d2b5f9565132..cd277d0ed9e1 100644
--- a/drivers/phy/tegra/xusb.h
+++ b/drivers/phy/tegra/xusb.h
@@ -69,7 +69,6 @@ struct tegra_xusb_usb2_lane {
 	struct tegra_xusb_lane base;
 
 	u32 hs_curr_level_offset;
-	bool powered_on;
 };
 
 static inline struct tegra_xusb_usb2_lane *
-- 
2.43.0




More information about the linux-phy mailing list