projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fed636
)
usb: xhci-mtk: remove unused members
author
Chunfeng Yun
<chunfeng.yun@mediatek.com>
Sat, 10 Apr 2021 05:10:06 +0000
(13:10 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 14 Apr 2021 14:42:20 +0000
(16:42 +0200)
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>
drivers/usb/host/xhci-mtk.h
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-mtk.h
b/drivers/usb/host/xhci-mtk.h
index 90b07f52cab7520d56a06bb7cb6d20012cc2e97c..cd3a37bb73e631bb14bc1488a0d76a687ed5e4fd 100644
(file)
--- 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 */