From: Vaibhav Hiremath Date: Thu, 28 Jun 2012 14:59:27 +0000 (+0530) Subject: ARM: OMAP2+: Remove unnecessary ifdef around __omap2_set_globals X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b99d270be6b8d6ac8e8bd0b2b65fe3207b252845;p=pandora-kernel.git ARM: OMAP2+: Remove unnecessary ifdef around __omap2_set_globals The function __omap2_set_globals() can be common across all platforms/architectures, even in case of omap4, internally it calls same set of functions as in __omap2_set_globals() function (except for sdrc). This patch adds new config flag SOC_HAS_OMAP2_SDRC to handle sdrc, so that we can reuse same function across omap2/3/4... Signed-off-by: Vaibhav Hiremath Cc: Kevin Hilman Cc: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed