[ARM] pxa/idp: remove the unnecessary idp_init_irq()
authorEric Miao <eric.miao@marvell.com>
Fri, 8 Aug 2008 06:33:29 +0000 (14:33 +0800)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Sep 2008 22:43:21 +0000 (23:43 +0100)
TOUCH_PANEL_IRQ is never referenced, and set_irq_type() shouldn't
be called in this way, remove it, as well as the idp_init_irq(),
and use pxa25x_init_irq() instead.

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Cc: Cliff Brake <cliff.brake@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found