[PATCH] Driver Core: fix up all callers of class_device_create()
[deliverable/linux.git] / drivers / block / aoe / aoechr.c
index 45a243096187afed4746ca58b84584841b2373eb..41ae0ede619a84a9be5bef17844dd9dcfb647ca4 100644 (file)
@@ -224,7 +224,7 @@ aoechr_init(void)
                return PTR_ERR(aoe_class);
        }
        for (i = 0; i < ARRAY_SIZE(chardevs); ++i)
-               class_device_create(aoe_class,
+               class_device_create(aoe_class, NULL,
                                        MKDEV(AOE_MAJOR, chardevs[i].minor),
                                        NULL, chardevs[i].name);
 
This page took 0.029412 seconds and 5 git commands to generate.