From: Thomas Gleixner Date: Thu, 17 Mar 2011 12:29:26 +0000 (+0100) Subject: cris: Fix irq conversion fallout X-Git-Tag: v2.6.39-rc1~426^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368e2119c37312f8bb2ab4d1346c46f9611805e4;p=pandora-kernel.git cris: Fix irq conversion fallout arch/cris/arch-v10/kernel/irq.c: In function 'init_IRQ': arch/cris/arch-v10/kernel/irq.c:202:3: error: implicit declaration of function 'set_irq_desc_and_handler' Should have been set_irq_chip_and_handler() Fix it and convert to the new function names while at it. Reported-by: Peter Zijlstra Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed