summaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-04-27 13:17:21 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-15 21:44:43 -0700
commit820d7a253c5e59a786d5b608f6e8d0419fdc2f6e (patch)
treead4c0a7eb64f3b42f84633e4beaea3b0f7cb6f48 /include/linux/usb.h
parented14f0340a4954c1a9ffaff01c261428b5753e9d (diff)
downloadop-kernel-dev-820d7a253c5e59a786d5b608f6e8d0419fdc2f6e.zip
op-kernel-dev-820d7a253c5e59a786d5b608f6e8d0419fdc2f6e.tar.gz
USB: remove unused usb_host class
The usb_host class isn't used for anything anymore (it was used for debug files, but they have moved to debugfs a few kernel releases ago), so let's delete it before someone accidentally puts a file in it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 29060da..606e0aa 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -336,7 +336,6 @@ struct usb_bus {
#ifdef CONFIG_USB_DEVICEFS
struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */
#endif
- struct device *dev; /* device for this bus */
#if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE)
struct mon_bus *mon_bus; /* non-null when associated */
OpenPOWER on IntegriCloud