]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/transport_class.h
+ usb-serial-cp2101-add-enfora-gsm2228.patch added to -mm tree
[linux-2.6-omap-h63xx.git] / include / linux / transport_class.h
index 6696cf79c4f72744a6e3494f1c9b82d5def8271e..eaec1ea9558ee6aa8267050a212267f3394dcc4a 100644 (file)
@@ -17,11 +17,11 @@ struct transport_container;
 struct transport_class {
        struct class class;
        int (*setup)(struct transport_container *, struct device *,
-                    struct class_device *);
+                    struct device *);
        int (*configure)(struct transport_container *, struct device *,
-                        struct class_device *);
+                        struct device *);
        int (*remove)(struct transport_container *, struct device *,
-                     struct class_device *);
+                     struct device *);
 };
 
 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg)                  \