From: Russell King Date: Sat, 10 Jun 2006 11:42:12 +0000 (+0100) Subject: [ARM] Fix Integrator and Versatile interrupt initialisation X-Git-Tag: v2.6.17~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f1319e877a969b814b3805c77ea9c31d849f54;p=pandora-kernel.git [ARM] Fix Integrator and Versatile interrupt initialisation 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 --- Reading git-diff-tree failed