From: Nishanth Menon Date: Sun, 22 Nov 2009 18:11:12 +0000 (-0800) Subject: omap3: move check_revision above check_features X-Git-Tag: v2.6.33-rc1~381^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=05574bb27a8a46d354582e72691ff6cb40712da9;p=karo-tx-linux.git omap3: move check_revision above check_features omap3_check_revision() does not depend on omap3_check_features() move this above so that we can add logic based on revision detected in check_features. Signed-off-by: Nishanth Menon Acked-by: Mika Westerberg Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c index 441ca26270a5..6c11b41b4d44 100644 --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -352,8 +352,8 @@ void __init omap2_check_revision(void) if (cpu_is_omap24xx()) omap24xx_check_revision(); else if (cpu_is_omap34xx()) { - omap3_check_features(); omap3_check_revision(); + omap3_check_features(); omap3_cpuinfo(); } else if (cpu_is_omap44xx()) {