]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/tape_class.h
[S390] struct class_device -> struct device conversion.
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / tape_class.h
index a8bd9b47fad62ac022aa9a88517b5b65f917a8ca..e2b5ac918acf6e987cc3d8c06aa271c540f32bbf 100644 (file)
@@ -24,8 +24,8 @@
 #define TAPECLASS_NAME_LEN     32
 
 struct tape_class_device {
-       struct cdev *           char_device;
-       struct class_device *   class_device;
+       struct cdev             *char_device;
+       struct device           *class_device;
        char                    device_name[TAPECLASS_NAME_LEN];
        char                    mode_name[TAPECLASS_NAME_LEN];
 };