mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcd
There are few stale fields in tegra_ehci_hcd structure, let's remove them. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Link: https://lore.kernel.org/r/20200106013416.9604-21-digetx@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
32806e7cb0
commit
bc57ecbd72
1 changed files with 0 additions and 2 deletions
|
@ -42,12 +42,10 @@ struct tegra_ehci_soc_config {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct tegra_ehci_hcd {
|
struct tegra_ehci_hcd {
|
||||||
struct tegra_usb_phy *phy;
|
|
||||||
struct clk *clk;
|
struct clk *clk;
|
||||||
struct reset_control *rst;
|
struct reset_control *rst;
|
||||||
int port_resuming;
|
int port_resuming;
|
||||||
bool needs_double_reset;
|
bool needs_double_reset;
|
||||||
enum tegra_usb_phy_port_speed port_speed;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int tegra_reset_usb_controller(struct platform_device *pdev)
|
static int tegra_reset_usb_controller(struct platform_device *pdev)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue