]> err.no Git - linux-2.6/blobdiff - drivers/net/ppp_generic.c
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
[linux-2.6] / drivers / net / ppp_generic.c
index 0df7e92b0bf8d587a3b21610ef5d2d1495a6f954..d3c9958b00d06db4895a7d6e2b54a58726c2e088 100644 (file)
@@ -863,7 +863,7 @@ static int __init ppp_init(void)
                        err = PTR_ERR(ppp_class);
                        goto out_chrdev;
                }
-               class_device_create(ppp_class, MKDEV(PPP_MAJOR, 0), NULL, "ppp");
+               class_device_create(ppp_class, NULL, MKDEV(PPP_MAJOR, 0), NULL, "ppp");
                err = devfs_mk_cdev(MKDEV(PPP_MAJOR, 0),
                                S_IFCHR|S_IRUSR|S_IWUSR, "ppp");
                if (err)