diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2012-09-06 10:57:10 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-09-06 13:16:08 -0400 |
commit | c9e4412ab8eb8ef82d645d8749c4ce96ad490007 (patch) | |
tree | f61d0ea5156e44029a366bdde5cc2a0678830913 /arch/arm/mach-omap2/twl-common.c | |
parent | f8515f0639c337b6fac2f24073368ae834053a96 (diff) |
arm: omap: phy: remove unused functions from omap-phy-internal.c
All the unnessary functions in omap-phy-internal is removed.
These functionality are now handled by omap-usb2 phy driver.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/twl-common.c')
-rw-r--r-- | arch/arm/mach-omap2/twl-common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c index de47f170ba50..e2cdf67f4b8f 100644 --- a/arch/arm/mach-omap2/twl-common.c +++ b/arch/arm/mach-omap2/twl-common.c | |||
@@ -250,11 +250,6 @@ void __init omap3_pmic_get_config(struct twl4030_platform_data *pmic_data, | |||
250 | 250 | ||
251 | #if defined(CONFIG_ARCH_OMAP4) | 251 | #if defined(CONFIG_ARCH_OMAP4) |
252 | static struct twl4030_usb_data omap4_usb_pdata = { | 252 | static struct twl4030_usb_data omap4_usb_pdata = { |
253 | .phy_init = omap4430_phy_init, | ||
254 | .phy_exit = omap4430_phy_exit, | ||
255 | .phy_power = omap4430_phy_power, | ||
256 | .phy_set_clock = omap4430_phy_set_clk, | ||
257 | .phy_suspend = omap4430_phy_suspend, | ||
258 | }; | 253 | }; |
259 | 254 | ||
260 | static struct regulator_init_data omap4_vdac_idata = { | 255 | static struct regulator_init_data omap4_vdac_idata = { |