]> git.baikalelectronics.ru Git - kernel.git/commit
usb: fix ehci_hcd build failure when both generic-OF and xilinx is selected
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 2 Jun 2010 19:53:17 +0000 (13:53 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Jun 2010 20:16:19 +0000 (13:16 -0700)
commit3cbc1a9eda5b2cdd60035c5092f1252c2a827fb8
tree11d233a99aa818b424255a5a6bfd0f9bc06b06f7
parent9f8df99a8331fddac050c2ee80d8744e055fd88f
usb: fix ehci_hcd build failure when both generic-OF and xilinx is selected

This patch fixes the driver to allow both CONFIG_USB_EHCI_HCD_PPC_OF and
CONFIG_USB_ECHI_HCD_XILINX to be selected.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
CC: John Linn <john.linn@xilinx.com>
CC: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c