From: Vaibhav Hiremath Date: Thu, 5 Jul 2012 15:05:15 +0000 (-0700) Subject: ARM: OMAP2+: Remove unnecessary ifdef around __omap2_set_globals X-Git-Tag: omap-cleanup-part2-for-v3.6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc46cfdad7499a21296f0757059c4965f1fbc98;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