From: Manuel Lauss Date: Sun, 4 Oct 2009 12:55:26 +0000 (+0200) Subject: MIPS: Alchemy: remove board_init_irq() function. X-Git-Tag: v2.6.34-rc1~269^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e50b2b741bb4f9dbddc9f56972ef82a7d4b33ed;p=pandora-kernel.git MIPS: Alchemy: remove board_init_irq() function. remove board_init_irq(): On all in-kernel boards it is sufficient to initialize board interrupts in an arch_initcall by using the default linux irq functions. Some small irqmap.c files have been folded into board_setup files. Run-tested on DB1200; compile-tested on all other affected boards. Signed-off-by: Manuel Lauss Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed