summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-04-27 20:17:21 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-16 04:44:43 (GMT)
commit820d7a253c5e59a786d5b608f6e8d0419fdc2f6e (patch)
treead4c0a7eb64f3b42f84633e4beaea3b0f7cb6f48 /include/linux
parented14f0340a4954c1a9ffaff01c261428b5753e9d (diff)
downloadlinux-fsl-qoriq-820d7a253c5e59a786d5b608f6e8d0419fdc2f6e.tar.xz
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')
-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 */