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? Otherwise looks ok to me. Thank you! Manuel Lauss