summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-mtk.h
diff options
context:
space:
mode:
authorChunfeng Yun <chunfeng.yun@mediatek.com>2021-04-10 08:10:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-14 17:42:20 +0300
commit4b853c236c7b5161a2e444bd8b3c76fe5aa5ddcb (patch)
treefe076c881d1d0b45bf92b97f917c51393c9bee54 /drivers/usb/host/xhci-mtk.h
parent7fed6368ebd9de2025e4faf97b82c5f1e1d9097d (diff)
downloadlinux-4b853c236c7b5161a2e444bd8b3c76fe5aa5ddcb.tar.xz
usb: xhci-mtk: remove unused members
Now some members about phys and wakeup are not used anymore, remove them. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/1618031406-15347-5-git-send-email-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-mtk.h')
-rw-r--r--drivers/usb/host/xhci-mtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/host/xhci-mtk.h b/drivers/usb/host/xhci-mtk.h
index 90b07f52cab7..cd3a37bb73e6 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;
bool u2_lpm_disable;
/* usb remote wakeup */