]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/io_apic_32.c
x86: move ioapic code where it belongs
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / io_apic_32.c
index a6b1490e00c4abac2953d106691bceec13954930..ab77f1905469592b724ce9c6bdd7c3ea70f0e408 100644 (file)
@@ -2401,7 +2401,7 @@ static int ioapic_resume(struct sys_device *dev)
 }
 
 static struct sysdev_class ioapic_sysdev_class = {
-       set_kset_name("ioapic"),
+       .name = "ioapic",
        .suspend = ioapic_suspend,
        .resume = ioapic_resume,
 };