[ARM] Fix Integrator and Versatile interrupt initialisation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 10 Jun 2006 11:42:12 +0000 (12:42 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 10 Jun 2006 11:42:12 +0000 (12:42 +0100)
Both Integrator and Versatile were using set_irq_handler() and
enable_irq(), and working around the initialisation of the
chained interrupt, instead of the more correct
set_irq_chained_handler() function.  Fix Integrator and
Versatile to use the right function, and remove these work-arounds.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found