On 07/14/2010 04:51 PM, Manuel Lauss wrote: > On Wed, Jul 14, 2010 at 3:47 PM, Wolfgang Grandegger <wg@xxxxxxxxxxxxxx> wrote: >> diff --git a/arch/mips/alchemy/gpr/board_setup.c b/arch/mips/alchemy/gpr/board_setup.c >> new file mode 100644 >> index 0000000..4e68d76 >> --- /dev/null >> +++ b/arch/mips/alchemy/gpr/board_setup.c > >> +static int __init gpr_init_irq(void) >> +{ >> + return 0; >> +} >> +arch_initcall(gpr_init_irq); > > Seems superfluous. Do you intend to add something here in the future? Well, as PCMCIA is not supported on that board, it's actually not needed. I will remove and it for v3. Wolfgang.