From 20db37326350564f121b3884cfbc1c7d735cac1c Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Tue, 17 Nov 2009 18:27:18 +0100 Subject: [PATCH] --- yaml --- r: 169975 b: refs/heads/master c: 6dbfe5a57db3564adf7b2a65068e40f1b4a0d2db h: refs/heads/master i: 169973: f277b982e4bb1f025a86ba7765ecf92c8d588c8a 169971: 1eefb97b58265b2c7c6090802c7bf7ba4578b0b6 169967: ba439aef3c10ee088652621a730c31466128dfdb v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/visws_quirks.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c952df9a07ea..2b569e5f3c40 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05d86412eab6a18cf57697474cc4f8fbfcd6936f +refs/heads/master: 6dbfe5a57db3564adf7b2a65068e40f1b4a0d2db diff --git a/trunk/arch/x86/kernel/visws_quirks.c b/trunk/arch/x86/kernel/visws_quirks.c index f068553a1b17..f084dfd97fcb 100644 --- a/trunk/arch/x86/kernel/visws_quirks.c +++ b/trunk/arch/x86/kernel/visws_quirks.c @@ -486,7 +486,7 @@ static void end_cobalt_irq(unsigned int irq) } static struct irq_chip cobalt_irq_type = { - .typename = "Cobalt-APIC", + .name = "Cobalt-APIC", .startup = startup_cobalt_irq, .shutdown = disable_cobalt_irq, .enable = enable_cobalt_irq, @@ -523,7 +523,7 @@ static void end_piix4_master_irq(unsigned int irq) } static struct irq_chip piix4_master_irq_type = { - .typename = "PIIX4-master", + .name = "PIIX4-master", .startup = startup_piix4_master_irq, .ack = ack_cobalt_irq, .end = end_piix4_master_irq, @@ -531,7 +531,7 @@ static struct irq_chip piix4_master_irq_type = { static struct irq_chip piix4_virtual_irq_type = { - .typename = "PIIX4-virtual", + .name = "PIIX4-virtual", .shutdown = disable_8259A_irq, .enable = enable_8259A_irq, .disable = disable_8259A_irq,