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>

authored by Dmitry Torokhov and committed by Linus Torvalds 3ceb85ae b8fa0571

-5
-5
drivers/usb/core/devices.c
··· 133 133 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait) 134 134 }; 135 135 136 - /* this struct stores the poll state for <mountpoint>/devices pollers */ 137 - struct usb_device_status { 138 - unsigned int lastev; 139 - }; 140 - 141 136 struct class_info { 142 137 int class; 143 138 char *class_name;