From: Alan Stern Date: Thu, 1 Nov 2012 15:12:58 +0000 (-0400) Subject: USB: EHCI: prepare to make ehci-hcd a library module X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e0232039967d7a1a06c013d097458b4d5892af1;p=pandora-kernel.git USB: EHCI: prepare to make ehci-hcd a library module This patch (as1624) prepares ehci-hcd for being split up into a core library and separate platform driver modules. A generic ehci_hc_driver structure is created, containing all the "standard" values, and a new mechanism is added whereby a driver module can specify a set of overrides to those values. In addition the ehci_setup(), ehci_suspend(), and ehci_resume() routines need to be EXPORTed for use by the drivers. As a side effect of this change, a few routines no longer need to be marked __maybe_unused. Signed-off-by: Alan Stern CC: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed