From: Tony Lindgren Date: Fri, 30 Apr 2010 19:57:13 +0000 (-0700) Subject: omap2/3/4: Fix multi.h when omap3 and omap4 are selected without omap2 X-Git-Tag: v2.6.35-rc1~456^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa494958a59638f32b4334155e4c3e1f664c675;p=pandora-kernel.git omap2/3/4: Fix multi.h when omap3 and omap4 are selected without omap2 Otherwise we'll get an error about get_irqnr_and_base being defined twice. Add an entry for omap4, and use ARCH_OMAP3 for omap3 instead of ARCH_OMAP3430. Also fix the check for omap1 to use ARCH_OMAP2PLUS to avoid having to add ARCH_OMAP4 separately there. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed