From: R Sricharan Date: Thu, 10 May 2012 15:57:20 +0000 (+0530) Subject: ARM: OMAP2+: Move stubbed secure_sram_reserve function to a common.c and call it... X-Git-Tag: omap-devel-omap5-for-v3.6~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e799840a09c7e4b7e94d08a7b8c3ec4ba81611f9;p=pandora-kernel.git ARM: OMAP2+: Move stubbed secure_sram_reserve function to a common.c and call it __weak omap_secure_ram_reserve_memblock is stubbed for OMAP1,2 only builds using a ifdef check. But this results in adding CONFIG_ARCH_OMAPxx checks for future socs that use the real function. So move this to common.c file and call it __weak. Signed-off-by: R Sricharan Signed-off-by: Santosh Shilimkar --- Reading git-diff-tree failed