diff --git a/drivers/usb/core/devices.c b/drivers/usb/core/devices.c
index 6053a8b730cd09397b7d7444134b4bfaedd55e7e..d41811bfef2a35acc1eb52127cb3649c42efc87c 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;