diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2012-09-06 20:27:10 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-09-06 20:16:08 +0300 |
commit | c9e4412ab8eb8ef82d645d8749c4ce96ad490007 (patch) | |
tree | f61d0ea5156e44029a366bdde5cc2a0678830913 /arch/arm/mach-omap2/twl-common.c | |
parent | f8515f0639c337b6fac2f24073368ae834053a96 (diff) | |
download | blackbird-op-linux-c9e4412ab8eb8ef82d645d8749c4ce96ad490007.tar.gz blackbird-op-linux-c9e4412ab8eb8ef82d645d8749c4ce96ad490007.zip |
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, #if defined(CONFIG_ARCH_OMAP4) static struct twl4030_usb_data omap4_usb_pdata = { - .phy_init = omap4430_phy_init, - .phy_exit = omap4430_phy_exit, - .phy_power = omap4430_phy_power, - .phy_set_clock = omap4430_phy_set_clk, - .phy_suspend = omap4430_phy_suspend, }; static struct regulator_init_data omap4_vdac_idata = { |