Browse Source

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>
Dmitry Torokhov 15 years ago
parent
commit
3ceb85ae35
1 changed files with 0 additions and 5 deletions
  1. 0 5
      drivers/usb/core/devices.c

+ 0 - 5
drivers/usb/core/devices.c

@@ -133,11 +133,6 @@ static struct device_connect_event {
 	.wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait)
 	.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 {
 struct class_info {
 	int class;
 	int class;
 	char *class_name;
 	char *class_name;