]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/io_apic_32.c
[PACKET]: Fix sparse warnings in af_packet.c
[linux-2.6] / 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,
 };