aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/usb-host.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-10-02 20:25:48 -0400
committerTony Lindgren <tony@atomide.com>2012-10-17 15:08:40 -0400
commit25c7d49ed48b4843da7dea56a81ae7f620211ee0 (patch)
tree88451639ae0e2d74bbac1a31314a8a274d68e629 /arch/arm/mach-omap2/usb-host.c
parent622297fdec22310d57cc3222a8fc337993c7cd23 (diff)
ARM: OMAP: Make omap_device local to mach-omap2
Let's make omap_device local to mach-omap2 for ARM common zImage support. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/usb-host.c')
-rw-r--r--arch/arm/mach-omap2/usb-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/usb-host.c b/arch/arm/mach-omap2/usb-host.c
index 3c434498e12e..84d82280d291 100644
--- a/arch/arm/mach-omap2/usb-host.c
+++ b/arch/arm/mach-omap2/usb-host.c
@@ -26,7 +26,7 @@
26#include <asm/io.h> 26#include <asm/io.h>
27 27
28#include <plat/usb.h> 28#include <plat/usb.h>
29#include <plat/omap_device.h> 29#include "omap_device.h"
30 30
31#include "mux.h" 31#include "mux.h"
32 32