X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fm32r%2Fplatforms%2Fm32104ut%2Fsetup.c;h=402a59d7219b6f368b38b4c9425ed79fa4279539;hb=91b745016c12d440386c40fb76ab69c8e08cbc06;hp=922fdfdadeaa220830d52a99f97a1cbe22e7ebd1;hpb=22a26e6663008e1fc4d1467aaff7e775124bce31;p=pandora-kernel.git diff --git a/arch/m32r/platforms/m32104ut/setup.c b/arch/m32r/platforms/m32104ut/setup.c index 922fdfdadeaa..402a59d7219b 100644 --- a/arch/m32r/platforms/m32104ut/setup.c +++ b/arch/m32r/platforms/m32104ut/setup.c @@ -65,7 +65,7 @@ static void shutdown_m32104ut_irq(unsigned int irq) static struct irq_chip m32104ut_irq_type = { - .typename = "M32104UT-IRQ", + .name = "M32104UT-IRQ", .startup = startup_m32104ut_irq, .shutdown = shutdown_m32104ut_irq, .enable = enable_m32104ut_irq,