Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 179192d3 authored by Bill Gatliff's avatar Bill Gatliff Committed by Greg Kroah-Hartman
Browse files

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: default avatarBill Gatliff <bgat@billgatliff.com>
Acked-by: default avatarFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ff3b968c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,5 +44,3 @@ obj-y += early/

obj-$(CONFIG_USB_ATM)		+= atm/
obj-$(CONFIG_USB_SPEEDTOUCH)	+= atm/

obj-$(CONFIG_USB_ULPI)		+= otg/