aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/devices.c')
-rw-r--r--drivers/usb/core/devices.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/core/devices.c b/drivers/usb/core/devices.c
index 6053a8b730c..d41811bfef2 100644
--- a/drivers/usb/core/devices.c
+++ b/drivers/usb/core/devices.c
@@ -133,11 +133,6 @@ static struct device_connect_event {
133 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait) 133 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait)
134}; 134};
135 135
136/* this struct stores the poll state for <mountpoint>/devices pollers */
137struct usb_device_status {
138 unsigned int lastev;
139};
140
141struct class_info { 136struct class_info {
142 int class; 137 int class;
143 char *class_name; 138 char *class_name;