提交 3ceb85ae 编写于 作者: D Dmitry Torokhov 提交者: Linus Torvalds

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: NDmitry Torokhov <dtor@mail.ru>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b8fa0571
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册