diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 20:40:52 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:02:23 +0200 |
commit | 4f9ed545a33746864ee9f55bc0b601e09167dfc4 (patch) | |
tree | 10b1dbf86450ac58f7b2fd4c8c34685e6d15d15f /arch/arm/mach-omap2/board-am3517evm.c | |
parent | ARM: OMAP2+: Make id.h local (diff) | |
download | linux-4f9ed545a33746864ee9f55bc0b601e09167dfc4.tar.xz linux-4f9ed545a33746864ee9f55bc0b601e09167dfc4.zip |
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.c | 2 |
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 @@ #include <linux/mmc/host.h> #include <linux/platform_data/gpio-omap.h> -#include <mach/am35xx.h> +#include "am35xx.h" #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> |