diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2021-04-10 13:10:06 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-14 16:42:20 +0200 |
commit | 4b853c236c7b5161a2e444bd8b3c76fe5aa5ddcb (patch) | |
tree | fe076c881d1d0b45bf92b97f917c51393c9bee54 /drivers/usb/host/xhci-mtk.h | |
parent | 7fed6368ebd9de2025e4faf97b82c5f1e1d9097d (diff) | |
download | linux-4b853c236c7b5161a2e444bd8b3c76fe5aa5ddcb.tar.bz2 |
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.h | 3 |
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 */ |