]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: move ehci_update_device() to ehci-lpm.c
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 10 Oct 2012 19:07:46 +0000 (15:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:45:17 +0000 (14:45 -0700)
commite06ac13a447b6b09a6b839865f44fc1ed5bd8dad
tree85b33ea568a1c27b33692736c6a2bdeb1a997df7
parent3d2ebb9a61a35b912b3ae8b3edc0e62c957863e6
USB: EHCI: move ehci_update_device() to ehci-lpm.c

In preparation for splitting the ehci-hcd driver into a core library
and separate platform-specific driver modules, this patch (as1618)
moves ehci_update_device() from a couple of platform-specific source
files into ehci-lpm.c.  This is where it should have been all along,
since all it does is call a couple of other functions that are already
in ehci-lpm.c.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-lpm.c
drivers/usb/host/ehci-pci.c
drivers/usb/host/ehci-vt8500.c