]> Git Repo - linux.git/commitdiff
USB: Fix double-linking of drivers/usb/otg when ULPI is selected
authorBill Gatliff <[email protected]>
Fri, 18 Dec 2009 15:57:22 +0000 (09:57 -0600)
committerGreg Kroah-Hartman <[email protected]>
Wed, 23 Dec 2009 19:34:10 +0000 (11:34 -0800)
This patch corrects a problem where drivers/usb/otg is linked twice
if CONFIG_USB_ULPI is selected, resulting in a build error (symbol
conflict). The files in that directory are properly linked already
as part of CONFIG_USB, and need not be indicated specifically for
CONFIG_USB_ULPI.

Signed-off-by: Bill Gatliff <[email protected]>
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/Makefile

index 473aa1a20de9bab61df2590d049994f8f178ba1e..be3c9b80bc9fb1bfda456f77fc9e83b681ca4dec 100644 (file)
@@ -44,5 +44,3 @@ obj-y                         += early/
 
 obj-$(CONFIG_USB_ATM)          += atm/
 obj-$(CONFIG_USB_SPEEDTOUCH)   += atm/
-
-obj-$(CONFIG_USB_ULPI)         += otg/
This page took 0.055678 seconds and 4 git commands to generate.