diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-24 14:26:18 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-24 14:26:18 -0700 |
commit | 54db6eee06b51278a79e007765151fb5e71c370c (patch) | |
tree | b723f0ceff0b2e176d886373943b5593774b0d76 /arch/arm/mach-omap2/board-ti8168evm.c | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) | |
download | blackbird-obmc-linux-54db6eee06b51278a79e007765151fb5e71c370c.tar.gz blackbird-obmc-linux-54db6eee06b51278a79e007765151fb5e71c370c.zip |
ARM: OMAP2+: Introduce local usb.h
Let's move what we can from plat/usb.h to the local usb.h
for ARM common zImage support.
This is needed so we can remove plat/usb.h for ARM common
zImage support.
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Partha Basak <parthab@india.ti.com>
Cc: Keshava Munegowda <keshava_mgowda@ti.com>
Cc: linux-usb@vger.kernel.org
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-ti8168evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-ti8168evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ti8168evm.c b/arch/arm/mach-omap2/board-ti8168evm.c index c4f8833b4c3c..4977c77ce223 100644 --- a/arch/arm/mach-omap2/board-ti8168evm.c +++ b/arch/arm/mach-omap2/board-ti8168evm.c @@ -20,7 +20,6 @@ #include <asm/mach/map.h> #include "common.h" -#include <plat/usb.h> static struct omap_musb_board_data musb_board_data = { .set_phy_power = ti81xx_musb_phy_power, |