diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-25 18:26:54 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-29 22:29:57 -0400 |
commit | 007bab91324e6337bb150ffc17b20cf829686370 (patch) | |
tree | 6aed165e4fb5d128720849abf7549e346e36158c /include/linux/usb.h | |
parent | fb28d58b72aa9215b26f1d5478462af394a4d253 (diff) |
USB: remove CONFIG_USB_DEVICE_CLASS
This option has been deprecated for many years now, and no userspace
tools use it anymore, so it should be safe to finally remove it.
Reported-by: Kay Sievers <kay@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 a63c5baa9f65..8fa9a93a4ec4 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -489,9 +489,6 @@ struct usb_device { | |||
489 | char *serial; | 489 | char *serial; |
490 | 490 | ||
491 | struct list_head filelist; | 491 | struct list_head filelist; |
492 | #ifdef CONFIG_USB_DEVICE_CLASS | ||
493 | struct device *usb_classdev; | ||
494 | #endif | ||
495 | 492 | ||
496 | int maxchild; | 493 | int maxchild; |
497 | struct usb_device **children; | 494 | struct usb_device **children; |