]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: tegra: make use of ehci->priv
authorStephen Warren <swarren@nvidia.com>
Thu, 13 Jun 2013 17:24:13 +0000 (11:24 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:54:48 +0000 (13:54 -0700)
commit13dbfe1fe73cb7653db8e48270f852f5aa9f1ab0
treef17f4d40a6784d11c1e85ef89fa9b02f81489701
parent7c0353893036449b9cead956fa36174a97c249b7
USB: EHCI: tegra: make use of ehci->priv

Rather than allocating struct tegra_ehci_hcd separately, use struct
ehci_hcd's priv field instead.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-tegra.c