From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753473AbbGaP7g (ORCPT ); Fri, 31 Jul 2015 11:59:36 -0400 Received: from casper.infradead.org ([85.118.1.10]:33580 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752869AbbGaP7f (ORCPT ); Fri, 31 Jul 2015 11:59:35 -0400 Message-ID: <55BB9B62.7080301@infradead.org> Date: Fri, 31 Jul 2015 08:59:30 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Stephen Rothwell , linux-next@vger.kernel.org CC: linux-kernel@vger.kernel.org, USB list Subject: Re: linux-next: Tree for Jul 31 (usb/phy/phy-qcom-8x16-usb.c) References: <20150731154700.381f57a4@canb.auug.org.au> In-Reply-To: <20150731154700.381f57a4@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/30/15 22:47, Stephen Rothwell wrote: > Hi all, > > Changes since 20150730: > on i386: when CONFIG_EXTCON=m: drivers/built-in.o: In function `phy_8x16_remove': phy-qcom-8x16-usb.c:(.text+0x24170a): undefined reference to `extcon_unregister_interest' drivers/built-in.o: In function `phy_8x16_init': phy-qcom-8x16-usb.c:(.text+0x241d32): undefined reference to `extcon_get_cable_state' drivers/built-in.o: In function `phy_8x16_probe': phy-qcom-8x16-usb.c:(.text+0x24223c): undefined reference to `extcon_get_edev_by_phandle' phy-qcom-8x16-usb.c:(.text+0x2424bd): undefined reference to `extcon_register_interest' phy-qcom-8x16-usb.c:(.text+0x242582): undefined reference to `extcon_unregister_interest' so config USB_QCOM_8X16_PHY needs to depend on EXTCON. -- ~Randy