diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-02 00:17:05 +0530 | 
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-10-18 16:22:22 -0700 | 
| commit | f583f0f2c720e4ac7d2ffd65996717bf0345a3e5 (patch) | |
| tree | 79b30e3c770d616e1906cb1a4cce6012538a72d2 /arch/arm/mach-omap2/common.h | |
| parent | f300af86a85c69fb1552b5389f968ea1a3e0a3eb (diff) | |
| download | olio-linux-3.10-f583f0f2c720e4ac7d2ffd65996717bf0345a3e5.tar.xz olio-linux-3.10-f583f0f2c720e4ac7d2ffd65996717bf0345a3e5.zip  | |
ARM: OMAP2+: Move omap_reserve() locally to mach-omap2
omap_reserve() callback is defned only for mach-omap2.
So, moving definition of omap_reserve() to mach-omap2.
This helps is moving plat/omap_secure.h local to
mach-omap2
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
| -rw-r--r-- | arch/arm/mach-omap2/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index b91b2a2308a..42b1b2e009d 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -343,6 +343,7 @@ extern void omap_sdrc_init(struct omap_sdrc_params *sdrc_cs0,  				      struct omap_sdrc_params *sdrc_cs1);  struct omap2_hsmmc_info;  extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers); +extern void omap_reserve(void);  #endif /* __ASSEMBLER__ */  #endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */  |