diff options
Diffstat (limited to 'include/linux/usb/composite.h')
| -rw-r--r-- | include/linux/usb/composite.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h index acd7b0f06c8a..4f6bb3d2160e 100644 --- a/include/linux/usb/composite.h +++ b/include/linux/usb/composite.h  | |||
| @@ -124,6 +124,7 @@ struct usb_function { | |||
| 124 | void (*suspend)(struct usb_function *); | 124 | void (*suspend)(struct usb_function *); | 
| 125 | void (*resume)(struct usb_function *); | 125 | void (*resume)(struct usb_function *); | 
| 126 | 126 | ||
| 127 | /* private: */ | ||
| 127 | /* internals */ | 128 | /* internals */ | 
| 128 | struct list_head list; | 129 | struct list_head list; | 
| 129 | }; | 130 | }; | 
| @@ -219,6 +220,7 @@ struct usb_configuration { | |||
| 219 | 220 | ||
| 220 | struct usb_composite_dev *cdev; | 221 | struct usb_composite_dev *cdev; | 
| 221 | 222 | ||
| 223 | /* private: */ | ||
| 222 | /* internals */ | 224 | /* internals */ | 
| 223 | struct list_head list; | 225 | struct list_head list; | 
| 224 | struct list_head functions; | 226 | struct list_head functions; | 
| @@ -321,6 +323,7 @@ struct usb_composite_dev { | |||
| 321 | 323 | ||
| 322 | struct usb_configuration *config; | 324 | struct usb_configuration *config; | 
| 323 | 325 | ||
| 326 | /* private: */ | ||
| 324 | /* internals */ | 327 | /* internals */ | 
| 325 | struct usb_device_descriptor desc; | 328 | struct usb_device_descriptor desc; | 
| 326 | struct list_head configs; | 329 | struct list_head configs; | 
