Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ceb85ae authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Linus Torvalds
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b8fa0571
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;