diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-27 16:17:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-16 00:44:43 -0400 |
commit | 820d7a253c5e59a786d5b608f6e8d0419fdc2f6e (patch) | |
tree | ad4c0a7eb64f3b42f84633e4beaea3b0f7cb6f48 /include/linux/usb.h | |
parent | ed14f0340a4954c1a9ffaff01c261428b5753e9d (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index 29060dad81e6..606e0aa5bbe6 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -336,7 +336,6 @@ struct usb_bus { | |||
336 | #ifdef CONFIG_USB_DEVICEFS | 336 | #ifdef CONFIG_USB_DEVICEFS |
337 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */ | 337 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the bus */ |
338 | #endif | 338 | #endif |
339 | struct device *dev; /* device for this bus */ | ||
340 | 339 | ||
341 | #if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE) | 340 | #if defined(CONFIG_USB_MON) || defined(CONFIG_USB_MON_MODULE) |
342 | struct mon_bus *mon_bus; /* non-null when associated */ | 341 | struct mon_bus *mon_bus; /* non-null when associated */ |