diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-03-07 12:37:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-07 12:51:52 -0800 |
commit | 3ceb85ae35421c5bc560c7af8d0dd1c73d071ad0 (patch) | |
tree | 923f7e50928c88d0be809d26e3adc75ad4892cdd /drivers | |
parent | b8fa05719ba4349be80ce929237249b57886a203 (diff) |
USB: remove unused defintion of struct usb_device_status
The recent rework of /proc/bus/usb/devices polling support made
this structure unused so let's remove it.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/core/devices.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/core/devices.c b/drivers/usb/core/devices.c index 6053a8b730cd..d41811bfef2a 100644 --- a/drivers/usb/core/devices.c +++ b/drivers/usb/core/devices.c @@ -133,11 +133,6 @@ static struct device_connect_event { .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait) }; -/* this struct stores the poll state for <mountpoint>/devices pollers */ -struct usb_device_status { - unsigned int lastev; -}; - struct class_info { int class; char *class_name; |