X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fm32r%2Fplatforms%2Fm32104ut%2Fsetup.c;h=402a59d7219b6f368b38b4c9425ed79fa4279539;hb=4f3a29dadaf999a273f1e7fe2476595d0283eef3;hp=922fdfdadeaa220830d52a99f97a1cbe22e7ebd1;hpb=348b346b238d9c0e5694c8d0b835a099cb383835;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,