USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy
authorRichard Zhao <richard.zhao@freescale.com>
Wed, 13 Jun 2012 12:34:12 +0000 (20:34 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Jun 2012 19:38:36 +0000 (12:38 -0700)
 - to decrease redundant since both ehci_hcd and ohci_hcd have the same variable
 - it helps access phy in usb core code
 - phy is more meaningful than transceiver

Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found