diff options
author | Tony Lindgren <tony@atomide.com> | 2013-05-30 23:53:06 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-05-31 00:09:31 +0400 |
commit | 608d19380c67d3a68ef53568a8ea4f82fefa618e (patch) | |
tree | fbe0ab9e916821503f3d925dea0366fc834012d6 /arch/arm/mach-omap2/usb-musb.c | |
parent | b30e321b6a3ebd019c7be9019946017d73e18989 (diff) | |
download | linux-608d19380c67d3a68ef53568a8ea4f82fefa618e.tar.xz |
ARM: OMAP2+: Remove omap4 pdata for USB
This is no longer needed as omap4 is now booted
using device tree.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/usb-musb.c')
-rw-r--r-- | arch/arm/mach-omap2/usb-musb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c index 3242a554ad6b..8c4de2708cf2 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c @@ -85,9 +85,6 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data) musb_plat.mode = board_data->mode; musb_plat.extvbus = board_data->extvbus; - if (cpu_is_omap44xx()) - musb_plat.has_mailbox = true; - if (soc_is_am35xx()) { oh_name = "am35x_otg_hs"; name = "musb-am35x"; |