]> 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 12c2a5aaf31b47e88587957b7f31cb6a24edff7b..ddc914ccea8fccef284bd467cd9a4fe7eb4c625a 100644 (file)
@@ -69,9 +69,9 @@ struct tape_class_device *register_tape_dev(
        if (rc)
                goto fail_with_cdev;
 
-       tcd->class_device = device_create_drvdata(tape_class, device,
-                                                 tcd->char_device->dev,
-                                                 NULL, "%s", tcd->device_name);
+       tcd->class_device = device_create(tape_class, device,
+                                         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;