USB: EHCI: add a name for the platform-private field
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 22 Jan 2013 17:00:26 +0000 (12:00 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2013 17:22:13 +0000 (09:22 -0800)
commit9debc1793b36124b9304255d2e8b5b6d8b491793
tree6ca2af2af27530c69b3f235369be7479d49ce50a
parent9ce45ef86c4c861841ba68b24341dbd9d6834c98
USB: EHCI: add a name for the platform-private field

This patch (as1642) adds an ehci->priv field for private use by EHCI
platform drivers.  The space was provided some time ago, but it didn't
have a name.

Until now none of the platform drivers has used this private space,
but that's about to change in the next patch of this series.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci.h