diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-14 17:21:00 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-14 17:21:00 -0800 |
commit | ca662ee7b8a85c54c1cb9ef34b7c6b4f67933a7e (patch) | |
tree | 3acb82ec5f0b52ae2f8d865ab1cc6d0cfba15a9a /arch/arm/mach-omap2/usb.h | |
parent | fc24fc650620cbf94b277af5f25fa38cc9fe6656 (diff) | |
download | lwn-ca662ee7b8a85c54c1cb9ef34b7c6b4f67933a7e.tar.gz lwn-ca662ee7b8a85c54c1cb9ef34b7c6b4f67933a7e.zip |
ARM: OMAP2+: Remove unused ti81xx platform init code
The support for 81xx was never working in mainline, and the broken
legacy booting support has been removed. There are patches coming
to make 81xx boot with device tree, and for that we won't need any
of this legacy platform code, so let's just remove it.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/usb.h')
-rw-r--r-- | arch/arm/mach-omap2/usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/usb.h b/arch/arm/mach-omap2/usb.h index 4ba2ae759895..3395365ef1db 100644 --- a/arch/arm/mach-omap2/usb.h +++ b/arch/arm/mach-omap2/usb.h @@ -68,5 +68,3 @@ extern void am35x_musb_reset(void); extern void am35x_musb_phy_power(u8 on); extern void am35x_musb_clear_irq(void); extern void am35x_set_mode(u8 musb_mode); -extern void ti81xx_musb_phy_power(u8 on); - |