commit | c1db9d735c4d8de331611b7cc62926ffb7a7512d | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Thu Sep 20 11:41:14 2012 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Thu Sep 20 15:02:35 2012 -0700 |
tree | bf3787613d13e702b05bc74e4e58921d0bfc7aed | |
parent | 829ce5906f6c714293d2f62165abecc24c61eba9 [diff] [blame] |
ARM: OMAP2+: Make omap-secure.h local This can be local to mach-omap2. Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/mach-omap2/omap-secure.c b/arch/arm/mach-omap2/omap-secure.c index d9ae4a5..a004cb9 100644 --- a/arch/arm/mach-omap2/omap-secure.c +++ b/arch/arm/mach-omap2/omap-secure.c
@@ -19,7 +19,7 @@ #include <asm/memblock.h> #include <plat/omap-secure.h> -#include <mach/omap-secure.h> +#include "omap-secure.h" static phys_addr_t omap_secure_memblock_base;