[ARM] locomo: remove unused IRQs and avoid unnecessary cascade
authorEric Miao <eric.y.miao@gmail.com>
Fri, 25 Dec 2009 04:18:33 +0000 (12:18 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 1 Mar 2010 23:40:49 +0000 (07:40 +0800)
commit00dd8027b913088ff9b656c5aaa6336c303b7f26
tree21953fb8396a002ae0be94d08613019fd6538f9a
parentda8065ac3ea29d1bfdb5a163be346fbe35066f8d
[ARM] locomo: remove unused IRQs and avoid unnecessary cascade

IRQ_LOCOMO_* are never used elsewhere, remove these definitions. As well
as the cascade of these IRQs. IRQ_LOCOMO_*_BASE changed to IRQ_LOCOMO_*.

IRQ_LOCOMO_LT and IRQ_LOCOMO_SPI are likely to be used in a same way as
IRQ_LOCOMO_KEY.

IRQ_LOCOMO_GPIO and the demultiplex handler should really be living
somewhere else.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/common/locomo.c
arch/arm/mach-pxa/Kconfig
arch/arm/mach-pxa/include/mach/irqs.h
arch/arm/mach-sa1100/include/mach/irqs.h