From: Linus Walleij Date: Thu, 18 Oct 2012 16:18:44 +0000 (+0200) Subject: mfd/ab8500-core: use irq_domain_add_simple() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~43^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1d11f394f6e3fc0368e72244fb5ddc4142e804b;p=pandora-kernel.git mfd/ab8500-core: use irq_domain_add_simple() To be able to use SPARSE_IRQ while yet not using device tree, we need to use irq_domain_add_simple() that will allocate descriptors for the IRQs in the non-DT case, and fall back to using the linear irqdomain in the DT case. Cc: Lee Jones Cc: Samuel Ortiz Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- Reading git-diff-tree failed