[PATCH v2 5/5] usb: xhci-mtk: remove unused members

From: Chunfeng Yun
Date: Sat Apr 10 2021 - 01:10:39 EST


Now some members about phys and wakeup are not used anymore,
remove them.

Signed-off-by: Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
---
v2: no changes
---
drivers/usb/host/xhci-mtk.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/drivers/usb/host/xhci-mtk.h b/drivers/usb/host/xhci-mtk.h
index 11996edc1967..7940593a3445 100644
--- a/drivers/usb/host/xhci-mtk.h
+++ b/drivers/usb/host/xhci-mtk.h
@@ -145,9 +145,6 @@ struct xhci_hcd_mtk {
struct regulator *vusb33;
struct regulator *vbus;
struct clk_bulk_data clks[BULK_CLKS_NUM];
- struct regmap *pericfg;
- struct phy **phys;
- int num_phys;
bool lpm_support;
/* usb remote wakeup */
bool uwk_en;
--
2.18.0