On Fri, 16 Mar 2007 15:32:56 -0600, Marc St-Jean <stjeanma@xxxxxxxxxxxxxx> wrote: > +static struct irq_chip msp_cic_irq_controller = { > + .typename = "MSP_CIC", The 'typename' is obsolete. Use 'name'. Also, using new flow handler (and GENERIC_HARDIRQS_NO__DO_IRQ in Kconfig) might give you a little bit better performance. --- Atsushi Nemoto