summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig2018-11-09 19:39:03 +0100
committerGreg Kroah-Hartman2018-11-09 20:07:17 +0100
commit4c96499c39e31b5a12f37c2396a5f81d1b6be1ab (patch)
treea6a1210f0eed5e2292b95ef8e1e8f9e1248dea97
parentUSB: gadget: udc: fix spelling mistake "intrerrupt" -> "interrupt" (diff)
downloadkernel-qcow2-linux-4c96499c39e31b5a12f37c2396a5f81d1b6be1ab.tar.gz
kernel-qcow2-linux-4c96499c39e31b5a12f37c2396a5f81d1b6be1ab.tar.xz
kernel-qcow2-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>
-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;
-};
-
/*-------------------------------------------------------------------------*/