aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 5fc8ff73b7bb..8aae045e9a2e 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -318,7 +318,7 @@ struct usb_bus {
318#ifdef CONFIG_USB_DEVICEFS 318#ifdef CONFIG_USB_DEVICEFS
319 struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */ 319 struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */
320#endif 320#endif
321 struct class_device *class_dev; /* class device for this bus */ 321 struct device *dev; /* device for this bus */
322 322
323#if defined(CONFIG_USB_MON) 323#if defined(CONFIG_USB_MON)
324 struct mon_bus *mon_bus; /* non-null when associated */ 324 struct mon_bus *mon_bus; /* non-null when associated */