From: Thomas Gleixner Date: Thu, 24 Mar 2011 20:41:57 +0000 (+0100) Subject: x86: DT: Cleanup namespace and call irq_set_irq_type() unconditional X-Git-Tag: v2.6.39-rc1~64^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07611dbda5ccbd9a628f29686d62bafdd007db7b;p=pandora-kernel.git x86: DT: Cleanup namespace and call irq_set_irq_type() unconditional That call escaped the name space cleanup. Fix it up. We really want to call there. The chip might have changed since the irq was setup initially. So let the core code and the chip decide what to do. The status is just an unreliable snapshot. Signed-off-by: Thomas Gleixner Cc: Sebastian Andrzej Siewior --- Reading git-diff-tree failed