diff options
Diffstat (limited to 'include/linux')
| -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 |
