diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-01 22:47:06 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-19 03:22:24 +0400 |
commit | f7a9b8a147cc10c7181cf0ca7b2b06cebf950140 (patch) | |
tree | f8614abe2b635181146aafae9f15a58fae1e3e83 /arch/arm/plat-omap | |
parent | f583f0f2c720e4ac7d2ffd65996717bf0345a3e5 (diff) | |
download | linux-f7a9b8a147cc10c7181cf0ca7b2b06cebf950140.tar.xz |
ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2
Moving plat/omap-secure.h locally to mach-omap2/
as part of single zImage work
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/omap-secure.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap-secure.h b/arch/arm/plat-omap/include/plat/omap-secure.h deleted file mode 100644 index 0e4acd2d2deb..000000000000 --- a/arch/arm/plat-omap/include/plat/omap-secure.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __OMAP_SECURE_H__ -#define __OMAP_SECURE_H__ - -#include <linux/types.h> - -extern int omap_secure_ram_reserve_memblock(void); - -#ifdef CONFIG_OMAP4_ERRATA_I688 -extern int omap_barrier_reserve_memblock(void); -#else -static inline void omap_barrier_reserve_memblock(void) -{ } -#endif -#endif /* __OMAP_SECURE_H__ */ |