diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-09 19:39:03 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-09 11:07:17 -0800 |
commit | 4c96499c39e31b5a12f37c2396a5f81d1b6be1ab (patch) | |
tree | a6a1210f0eed5e2292b95ef8e1e8f9e1248dea97 /include/linux/usb | |
parent | 15f6f7f48db9b1f89175185c6dafc1eaa16f7a66 (diff) | |
download | linux-4c96499c39e31b5a12f37c2396a5f81d1b6be1ab.tar.gz linux-4c96499c39e31b5a12f37c2396a5f81d1b6be1ab.tar.bz2 linux-4c96499c39e31b5a12f37c2396a5f81d1b6be1ab.zip |
USB: remove the unused struct hcd_timeout definition
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>
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/hcd.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 97e2ddec18b1..7dc3a411bece 100644 --- 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; -}; - /*-------------------------------------------------------------------------*/ |