USB: EHCI: make ehci-pci a separate driver
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 1 Nov 2012 15:13:04 +0000 (11:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 15:51:12 +0000 (08:51 -0700)
commitadfa79d1c06a32650332930ca4c488ca570b3407
treea7dfd00bdec32dbfbd52d018e5daf3a1bb2d0808
parent3e0232039967d7a1a06c013d097458b4d5892af1
USB: EHCI: make ehci-pci a separate driver

This patch (as1625) splits the PCI portion of ehci-hcd out into its
own separate driver module, called ehci-pci.  Consistently with the
current practice, the decision whether to build this module is not
user-configurable.  If EHCI and PCI are enabled then the module will
be built, always.

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