From: Christoph Hellwig Date: Fri, 9 Nov 2018 18:39:03 +0000 (+0100) Subject: USB: remove the unused struct hcd_timeout definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4c96499c39e31b5a12f37c2396a5f81d1b6be1ab;p=linux.git USB: remove the unused struct hcd_timeout definition No users of this type anywhere in the tree. Signed-off-by: Christoph Hellwig Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 97e2ddec18b1a..7dc3a411bece6 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; -}; - /*-------------------------------------------------------------------------*/