diff --git a/[refs] b/[refs] index 4a36d46de6fc..4882e4443e45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b8fa05719ba4349be80ce929237249b57886a203 +refs/heads/master: 3ceb85ae35421c5bc560c7af8d0dd1c73d071ad0 diff --git a/trunk/drivers/usb/core/devices.c b/trunk/drivers/usb/core/devices.c index 6053a8b730cd..d41811bfef2a 100644 --- a/trunk/drivers/usb/core/devices.c +++ b/trunk/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 /devices pollers */ -struct usb_device_status { - unsigned int lastev; -}; - struct class_info { int class; char *class_name;