]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/tape_class.c
device create: s390: convert device_create_drvdata to device_create
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / tape_class.c
index 6dfdb7c179819a121e8514db89daf6eb35811f8c..ddc914ccea8fccef284bd467cd9a4fe7eb4c625a 100644 (file)
@@ -70,9 +70,8 @@ struct tape_class_device *register_tape_dev(
                goto fail_with_cdev;
 
        tcd->class_device = device_create(tape_class, device,
-                                         tcd->char_device->dev,
-                                         "%s", tcd->device_name
-                       );
+                                         tcd->char_device->dev, NULL,
+                                         "%s", tcd->device_name);
        rc = IS_ERR(tcd->class_device) ? PTR_ERR(tcd->class_device) : 0;
        if (rc)
                goto fail_with_cdev;