diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 11:41:14 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-20 15:02:35 -0700 |
commit | c1db9d735c4d8de331611b7cc62926ffb7a7512d (patch) | |
tree | bf3787613d13e702b05bc74e4e58921d0bfc7aed /arch/arm/mach-omap2/omap-secure.c | |
parent | 829ce5906f6c714293d2f62165abecc24c61eba9 (diff) |
ARM: OMAP2+: Make omap-secure.h local
This can be local to mach-omap2.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap-secure.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-secure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-secure.c b/arch/arm/mach-omap2/omap-secure.c index d9ae4a53d81..a004cb9acf5 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; |