From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Christoph Hellwig <hch@lst.de>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: USB: remove the unused struct hcd_timeout definition
Date: Fri, 9 Nov 2018 11:07:33 -0800 [thread overview]
Message-ID: <20181109190733.GA14230@kroah.com> (raw)
On Fri, Nov 09, 2018 at 07:39:03PM +0100, Christoph Hellwig wrote:
> No users of this type anywhere in the tree.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
> include/linux/usb/hcd.h | 5 -----
> 1 file changed, 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;
> -};
> -
Nice catch, now applied.
greg k-h
next reply other threads:[~2018-11-09 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-09 19:07 Greg Kroah-Hartman [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-11-09 18:39 USB: remove the unused struct hcd_timeout definition Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181109190733.GA14230@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=hch@lst.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).