From: Tero Kristo Date: Mon, 8 Sep 2014 08:44:10 +0000 (+0300) Subject: ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init X-Git-Tag: omap-for-v4.1/prcm-dts^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219595b6ee139d883b98a9a32efbe2970802200a;p=pandora-kernel.git ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt init The compatible DT node is now passed with the prm init, so there is no need to do node matching here again. Added a new flag to the init data also, to detect default IRQ support for OMAP4. Also, any booting omap4 DT setup always has a PRM node, so there is no need to check against the special case where it would be missing. Signed-off-by: Tero Kristo --- Reading git-diff-tree failed