diff options
author | Tony Lindgren <tony@atomide.com> | 2012-09-20 20:41:14 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-09-21 00:02:35 +0200 |
commit | c1db9d735c4d8de331611b7cc62926ffb7a7512d (patch) | |
tree | bf3787613d13e702b05bc74e4e58921d0bfc7aed /arch/arm/mach-omap2/sleep44xx.S | |
parent | ARM: OMAP2+: Make ctrl_module_wkup_44xx.h local (diff) | |
download | linux-c1db9d735c4d8de331611b7cc62926ffb7a7512d.tar.xz linux-c1db9d735c4d8de331611b7cc62926ffb7a7512d.zip |
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/sleep44xx.S')
-rw-r--r-- | arch/arm/mach-omap2/sleep44xx.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sleep44xx.S b/arch/arm/mach-omap2/sleep44xx.S index b7d8ead4b86a..88ff83a0942e 100644 --- a/arch/arm/mach-omap2/sleep44xx.S +++ b/arch/arm/mach-omap2/sleep44xx.S @@ -14,7 +14,7 @@ #include <asm/memory.h> #include <asm/hardware/cache-l2x0.h> -#include <mach/omap-secure.h> +#include "omap-secure.h" #include "common.h" #include "omap44xx.h" |