[PATCH] usbcore: Improve endpoint sysfs file handling
[deliverable/linux.git] / include / linux / usb.h
index a2d923fd54f94769b1603fc0dbca289eac7a826b..465ff4585ca56316122a61e48e87d88ed66434de 100644 (file)
@@ -57,10 +57,7 @@ struct usb_host_endpoint {
        struct usb_endpoint_descriptor  desc;
        struct list_head                urb_list;
        void                            *hcpriv;
-       char                            *attr_name;
-       struct attribute_group          *attr_group;
-       struct attribute                **attrs;
-       int                             num_attrs;
+       struct kobject                  *kobj;  /* For sysfs info */
 
        unsigned char *extra;   /* Extra descriptors */
        int extralen;
This page took 0.025376 seconds and 5 git commands to generate.