]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/momentum/ocelot_c/uart-irq.c
[MIPS] use name instead of typename for each irq_chip
[linux-2.6-omap-h63xx.git] / arch / mips / momentum / ocelot_c / uart-irq.c
index a7a80c0da569653bb68169652e0c10a892b1d088..de1a31ee52f3458d166771457ef287a5eab16158 100644 (file)
@@ -77,7 +77,7 @@ void ll_uart_irq(void)
 }
 
 struct irq_chip uart_irq_type = {
-       .typename = "UART/FPGA",
+       .name = "UART/FPGA",
        .ack = mask_uart_irq,
        .mask = mask_uart_irq,
        .mask_ack = mask_uart_irq,