diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-24 17:26:18 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-24 17:26:18 -0400 |
commit | 54db6eee06b51278a79e007765151fb5e71c370c (patch) | |
tree | b723f0ceff0b2e176d886373943b5593774b0d76 /arch/arm/mach-omap2/common.h | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) |
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/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index 7045e4d61ac3..fa2f4c9ed1ff 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h | |||
@@ -36,6 +36,8 @@ | |||
36 | #include <plat/serial.h> | 36 | #include <plat/serial.h> |
37 | #include <plat/common.h> | 37 | #include <plat/common.h> |
38 | 38 | ||
39 | #include "usb.h" | ||
40 | |||
39 | #define OMAP_INTC_START NR_IRQS | 41 | #define OMAP_INTC_START NR_IRQS |
40 | 42 | ||
41 | #ifdef CONFIG_SOC_OMAP2420 | 43 | #ifdef CONFIG_SOC_OMAP2420 |