Merge ../bleed-2.6
[deliverable/linux.git] / drivers / net / wan / cosa.c
index ae9e897c255ec04576d1c58b28fde673bdc4be55..e392ee8b37a14828e02b8fc9198d8f8ab0618747 100644 (file)
@@ -400,7 +400,7 @@ static int __init cosa_init(void)
                goto out_chrdev;
        }
        for (i=0; i<nr_cards; i++) {
-               class_device_create(cosa_class, MKDEV(cosa_major, i),
+               class_device_create(cosa_class, NULL, MKDEV(cosa_major, i),
                                NULL, "cosa%d", i);
                err = devfs_mk_cdev(MKDEV(cosa_major, i),
                                S_IFCHR|S_IRUSR|S_IWUSR,
This page took 0.027575 seconds and 5 git commands to generate.