From: Alan Stern Date: Wed, 10 Oct 2012 19:07:46 +0000 (-0400) Subject: USB: EHCI: move ehci_update_device() to ehci-lpm.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39dbc8918be0e6bb850592e334203c9114c0e77;p=pandora-kernel.git 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 Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed