diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-03-13 14:09:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-18 12:27:03 -0400 |
commit | 32fc9eb5b2dcebefb7fb4c8288c739c320362524 (patch) | |
tree | d6be20f564e2c7c09ea11172d1239f47545592c6 /include | |
parent | ebfd44ffb78a0f06ea5437996153d5b1e017c2d7 (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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-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 |