diff mbox

[1/4] usb: Fix linker errors during build

Message ID 1363354132-27523-1-git-send-email-kishon@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kishon Vijay Abraham I March 15, 2013, 1:28 p.m. UTC
commit 63378a (usb: phy: remove CONFIG_USB_OTG_UTILS) removed
CONFIG_USB_OTG_UTILS from Kconfig but failed to removed from Makefile.
Fixed it here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
---
 drivers/usb/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Felipe Balbi March 15, 2013, 2:25 p.m. UTC | #1
On Fri, Mar 15, 2013 at 06:58:49PM +0530, Kishon Vijay Abraham I wrote:
> commit 63378a (usb: phy: remove CONFIG_USB_OTG_UTILS) removed
> CONFIG_USB_OTG_UTILS from Kconfig but failed to removed from Makefile.
> Fixed it here.
> 
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

I can fold it in original commit since that's not in mainline yet,
thanks
Kishon Vijay Abraham I March 15, 2013, 3:52 p.m. UTC | #2
On Friday 15 March 2013 07:55 PM, Felipe Balbi wrote:
> On Fri, Mar 15, 2013 at 06:58:49PM +0530, Kishon Vijay Abraham I wrote:
>> commit 63378a (usb: phy: remove CONFIG_USB_OTG_UTILS) removed
>> CONFIG_USB_OTG_UTILS from Kconfig but failed to removed from Makefile.
>> Fixed it here.
>>
>> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
>
> I can fold it in original commit since that's not in mainline yet,
> thanks

Sure.

Thanks
Kishon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 860306b..c41feba 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -44,7 +44,7 @@  obj-$(CONFIG_USB_MICROTEK)	+= image/
 obj-$(CONFIG_USB_SERIAL)	+= serial/
 
 obj-$(CONFIG_USB)		+= misc/
-obj-$(CONFIG_USB_OTG_UTILS)	+= phy/
+obj-$(CONFIG_USB_PHY)		+= phy/
 obj-$(CONFIG_EARLY_PRINTK_DBGP)	+= early/
 
 obj-$(CONFIG_USB_ATM)		+= atm/