From: Bill Gatliff Date: Fri, 18 Dec 2009 15:57:22 +0000 (-0600) Subject: USB: Fix double-linking of drivers/usb/otg when ULPI is selected X-Git-Tag: v2.6.33-rc2~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179192d38e8906f00479ec944c15b685400232b0;p=pandora-kernel.git USB: Fix double-linking of drivers/usb/otg when ULPI is selected 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 Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed