diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 09661759621f..c66303285a45 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -280,7 +280,6 @@ struct usb_bus { | |||
280 | struct usb_devmap devmap; /* device address allocation map */ | 280 | struct usb_devmap devmap; /* device address allocation map */ |
281 | struct usb_device *root_hub; /* Root hub */ | 281 | struct usb_device *root_hub; /* Root hub */ |
282 | struct list_head bus_list; /* list of busses */ | 282 | struct list_head bus_list; /* list of busses */ |
283 | void *hcpriv; /* Host Controller private data */ | ||
284 | 283 | ||
285 | int bandwidth_allocated; /* on this bus: how much of the time | 284 | int bandwidth_allocated; /* on this bus: how much of the time |
286 | * reserved for periodic (intr/iso) | 285 | * reserved for periodic (intr/iso) |
@@ -295,8 +294,6 @@ struct usb_bus { | |||
295 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */ | 294 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */ |
296 | 295 | ||
297 | struct class_device *class_dev; /* class device for this bus */ | 296 | struct class_device *class_dev; /* class device for this bus */ |
298 | struct kref kref; /* reference counting for this bus */ | ||
299 | void (*release)(struct usb_bus *bus); | ||
300 | 297 | ||
301 | #if defined(CONFIG_USB_MON) | 298 | #if defined(CONFIG_USB_MON) |
302 | struct mon_bus *mon_bus; /* non-null when associated */ | 299 | struct mon_bus *mon_bus; /* non-null when associated */ |