From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunfeng Yun Subject: Re: linux-next: Tree for May 2 (drivers/usb/mtu3/mtu3_debugfs.o) Date: Sun, 5 May 2019 11:20:56 +0800 Message-ID: <1557026456.10179.261.camel@mhfsdcap03> References: <20190502201028.707453d8@canb.auug.org.au> <3e56059c-e024-324f-f584-75a806d9b0e0@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3e56059c-e024-324f-f584-75a806d9b0e0-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Linux Kernel Mailing List , USB list List-Id: linux-next.vger.kernel.org Hi Randy, On Thu, 2019-05-02 at 08:17 -0700, Randy Dunlap wrote: > On 5/2/19 3:10 AM, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20190501: > > > > on i386: > > ld: drivers/usb/mtu3/mtu3_debugfs.o: in function `ssusb_debugfs_create_root': > mtu3_debugfs.c:(.text+0xba3): undefined reference to `usb_debug_root' > > CONFIG_USB_SUPPORT=y > CONFIG_USB_COMMON=y > CONFIG_USB_ARCH_HAS_HCD=y > # CONFIG_USB is not set <<<<< no host-side USB > # CONFIG_USB_PCI is not set > CONFIG_USB_MTU3=y > CONFIG_USB_MTU3_GADGET=y <<<<< gadget-only mode > # CONFIG_USB_MTU3_DEBUG is not set > CONFIG_USB_MUSB_HDRC=m > CONFIG_USB_MUSB_GADGET=y > > usb_debug_root is in drivers/usb/core/usb.c, which is only built > when CONFIG_USB is set/enabled. > I'll fix it ASAP. Thanks a lot > > > Full randconfig file is attached. >