aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-am3517evm.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-20 14:40:52 -0400
committerTony Lindgren <tony@atomide.com>2012-09-20 18:02:23 -0400
commit4f9ed545a33746864ee9f55bc0b601e09167dfc4 (patch)
tree10b1dbf86450ac58f7b2fd4c8c34685e6d15d15f /arch/arm/mach-omap2/board-am3517evm.c
parent4952af4357cab6221750e5184017170b3becf42d (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/board-am3517evm.c')
-rw-r--r--arch/arm/mach-omap2/board-am3517evm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c
index 403d048a00ee..0d99c9110d01 100644
--- a/arch/arm/mach-omap2/board-am3517evm.c
+++ b/arch/arm/mach-omap2/board-am3517evm.c
@@ -27,7 +27,7 @@
27#include <linux/mmc/host.h> 27#include <linux/mmc/host.h>
28#include <linux/platform_data/gpio-omap.h> 28#include <linux/platform_data/gpio-omap.h>
29 29
30#include <mach/am35xx.h> 30#include "am35xx.h"
31#include <asm/mach-types.h> 31#include <asm/mach-types.h>
32#include <asm/mach/arch.h> 32#include <asm/mach/arch.h>
33#include <asm/mach/map.h> 33#include <asm/mach/map.h>