projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f6f7f
)
USB: remove the unused struct hcd_timeout definition
author
Christoph Hellwig
<hch@lst.de>
Fri, 9 Nov 2018 18:39:03 +0000
(19:39 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 9 Nov 2018 19:07:17 +0000
(11:07 -0800)
No users of this type anywhere in the tree.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/hcd.h
patch
|
blob
|
history
diff --git
a/include/linux/usb/hcd.h
b/include/linux/usb/hcd.h
index
97e2dde
..
7dc3a41
100644
(file)
--- a/
include/linux/usb/hcd.h
+++ b/
include/linux/usb/hcd.h
@@
-235,11
+235,6
@@
static inline struct usb_hcd *bus_to_hcd(struct usb_bus *bus)
return container_of(bus, struct usb_hcd, self);
}
-struct hcd_timeout { /* timeouts we allocate */
- struct list_head timeout_list;
- struct timer_list timer;
-};
-
/*-------------------------------------------------------------------------*/