projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fa057
)
USB: remove unused defintion of struct usb_device_status
author
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 7 Mar 2010 20:37:17 +0000
(12:37 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 7 Mar 2010 20:51:52 +0000
(12:51 -0800)
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>
drivers/usb/core/devices.c
patch
|
blob
|
history
diff --git
a/drivers/usb/core/devices.c
b/drivers/usb/core/devices.c
index
6053a8b
..
d41811b
100644
(file)
--- 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;