USB: remove the unused struct hcd_timeout definition
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Nov 2018 18:39:03 +0000 (19:39 +0100)
committerGreg 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

index 97e2dde..7dc3a41 100644 (file)
@@ -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;
-};
-
 /*-------------------------------------------------------------------------*/