aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-25 15:26:54 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-29 22:29:57 -0400
commit007bab91324e6337bb150ffc17b20cf829686370 (patch)
tree6aed165e4fb5d128720849abf7549e346e36158c /include/linux/usb.h
parentUSB: remove CONFIG_USB_DEVICEFS (diff)
downloadlinux-dev-007bab91324e6337bb150ffc17b20cf829686370.tar.xz
linux-dev-007bab91324e6337bb150ffc17b20cf829686370.zip
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.h3
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 {
char *serial;
struct list_head filelist;
-#ifdef CONFIG_USB_DEVICE_CLASS
- struct device *usb_classdev;
-#endif
int maxchild;
struct usb_device **children;