diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-03-13 14:09:42 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-13 14:56:48 -0400 |
commit | 46f5cace1cd0559c335dfd4a5b8f57456d1bd6a1 (patch) | |
tree | 5ef4de70c952c01fd79feb9645649056552fc3c3 /include/linux/usb | |
parent | ab330cf3888d8e0779fa05a243d53ba9f53a7ba9 (diff) |
usb: phy: msm: Remove dead code
This code is no longer used now that mach-msm has been removed.
Delete it.
Cc: Felipe Balbi <balbi@ti.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Cc: David Brown <davidb@codeaurora.org>
Cc: Bryan Huntsman <bryanh@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/msm_hsusb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/usb/msm_hsusb.h b/include/linux/usb/msm_hsusb.h index b0a39243295a..7dbecf9a4656 100644 --- a/include/linux/usb/msm_hsusb.h +++ b/include/linux/usb/msm_hsusb.h | |||
@@ -117,8 +117,6 @@ struct msm_otg_platform_data { | |||
117 | enum otg_control_type otg_control; | 117 | enum otg_control_type otg_control; |
118 | enum msm_usb_phy_type phy_type; | 118 | enum msm_usb_phy_type phy_type; |
119 | void (*setup_gpio)(enum usb_otg_state state); | 119 | void (*setup_gpio)(enum usb_otg_state state); |
120 | int (*link_clk_reset)(struct clk *link_clk, bool assert); | ||
121 | int (*phy_clk_reset)(struct clk *phy_clk); | ||
122 | }; | 120 | }; |
123 | 121 | ||
124 | /** | 122 | /** |
@@ -128,7 +126,6 @@ struct msm_otg_platform_data { | |||
128 | * @irq: IRQ number assigned for HSUSB controller. | 126 | * @irq: IRQ number assigned for HSUSB controller. |
129 | * @clk: clock struct of usb_hs_clk. | 127 | * @clk: clock struct of usb_hs_clk. |
130 | * @pclk: clock struct of usb_hs_pclk. | 128 | * @pclk: clock struct of usb_hs_pclk. |
131 | * @phy_reset_clk: clock struct of usb_phy_clk. | ||
132 | * @core_clk: clock struct of usb_hs_core_clk. | 129 | * @core_clk: clock struct of usb_hs_core_clk. |
133 | * @regs: ioremapped register base address. | 130 | * @regs: ioremapped register base address. |
134 | * @inputs: OTG state machine inputs(Id, SessValid etc). | 131 | * @inputs: OTG state machine inputs(Id, SessValid etc). |
@@ -148,7 +145,6 @@ struct msm_otg { | |||
148 | int irq; | 145 | int irq; |
149 | struct clk *clk; | 146 | struct clk *clk; |
150 | struct clk *pclk; | 147 | struct clk *pclk; |
151 | struct clk *phy_reset_clk; | ||
152 | struct clk *core_clk; | 148 | struct clk *core_clk; |
153 | void __iomem *regs; | 149 | void __iomem *regs; |
154 | #define ID 0 | 150 | #define ID 0 |