pinctrl: sirf: convert to linear irq domain
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Mar 2013 09:45:37 +0000 (10:45 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 25 Mar 2013 11:25:23 +0000 (12:25 +0100)
The sirf platforms use no hardcoded IRQ numbers, so there is no reason to
use the legacy domain, and by converting to the linear domain, we get
a more efficient representation of sparse IRQs and remove the dependency
on the mach/irqs.h header file.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Walleij <linus.walleij@linaro.org>

No differences found