mfd: ab8500-core: Remove unused ab8500-gpio IRQ ranges
authorLee Jones <lee.jones@linaro.org>
Mon, 5 Nov 2012 15:10:29 +0000 (16:10 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 11 Nov 2012 22:35:03 +0000 (23:35 +0100)
commit8ae754ebd5edffa0b2a2bafa4879a9ace01d5477
treeeff6e7834b1c4c1171391c26ca383ee2175ae8b8
parentaec17ea1ee78923f1287c18e9905c19e4dfd9c64
mfd: ab8500-core: Remove unused ab8500-gpio IRQ ranges

The IRQ ranges provided in ab8500-core to be passed on to the
ab8500-gpio driver are not only redundant, but they are also
causing a warning in the boot log. These IRQ ranges, like any
other MFD related IRQ resource are passed though MFD core for
automatic conversion to virtual IRQs; however, MFD core does
not support IRQ mapping of IRQ ranges. Let's just remove them.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-core.c