summaryrefslogtreecommitdiff
path: root/include/linux/usb
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-11-09 19:39:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-09 11:07:17 -0800
commit4c96499c39e31b5a12f37c2396a5f81d1b6be1ab (patch)
treea6a1210f0eed5e2292b95ef8e1e8f9e1248dea97 /include/linux/usb
parent15f6f7f48db9b1f89175185c6dafc1eaa16f7a66 (diff)
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.h5
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;
-};
-
/*-------------------------------------------------------------------------*/