diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 14:40:52 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 18:02:23 -0400 |
commit | 4f9ed545a33746864ee9f55bc0b601e09167dfc4 (patch) | |
tree | 10b1dbf86450ac58f7b2fd4c8c34685e6d15d15f /arch/arm/mach-omap2/usb-musb.c | |
parent | 4952af4357cab6221750e5184017170b3becf42d (diff) |
ARM: OMAP2+: Make am35xx.h local
This can be local to mach-omap2.
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 | 2 |
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 89150b2435e5..136c64bc9028 100644 --- a/arch/arm/mach-omap2/usb-musb.c +++ b/arch/arm/mach-omap2/usb-musb.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <plat/usb.h> | 28 | #include <plat/usb.h> |
29 | #include <plat/omap_device.h> | 29 | #include <plat/omap_device.h> |
30 | 30 | ||
31 | #include <mach/am35xx.h> | 31 | #include "am35xx.h" |
32 | 32 | ||
33 | #include "mux.h" | 33 | #include "mux.h" |
34 | 34 | ||