aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/usb-musb.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-24 17:26:18 -0400
committerTony Lindgren <tony@atomide.com>2012-10-24 17:26:18 -0400
commit54db6eee06b51278a79e007765151fb5e71c370c (patch)
treeb723f0ceff0b2e176d886373943b5593774b0d76 /arch/arm/mach-omap2/usb-musb.c
parent6f0c0580b70c89094b3422ba81118c7b959c7556 (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/usb-musb.c')
-rw-r--r--arch/arm/mach-omap2/usb-musb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/usb-musb.c b/arch/arm/mach-omap2/usb-musb.c
index 51da21cb78f1..faf473fd8b50 100644
--- a/arch/arm/mach-omap2/usb-musb.c
+++ b/arch/arm/mach-omap2/usb-musb.c
@@ -25,12 +25,12 @@
25#include <linux/io.h> 25#include <linux/io.h>
26#include <linux/usb/musb.h> 26#include <linux/usb/musb.h>
27 27
28#include <plat/usb.h>
29#include <plat/omap_device.h> 28#include <plat/omap_device.h>
30 29
31#include "am35xx.h" 30#include "am35xx.h"
32 31
33#include "mux.h" 32#include "mux.h"
33#include "usb.h"
34 34
35static struct musb_hdrc_config musb_config = { 35static struct musb_hdrc_config musb_config = {
36 .multipoint = 1, 36 .multipoint = 1,