[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7e4ff29c-9fa8-219c-a17d-e9be9a2a92ab@infradead.org>
Date: Wed, 9 Dec 2020 16:58:16 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
USB list <linux-usb@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: Re: linux-next: Tree for Dec 9 (usb/cdns3)
On 12/9/20 2:44 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20201208:
>
(I don't know what to do about this one -- seeking help.)
on x86_64:
ld: drivers/usb/cdns3/host.o: in function `xhci_cdns3_suspend_quirk':
host.c:(.text+0x9): undefined reference to `usb_hcd_is_primary_hcd'
This reference to 'usb_hdc_is_primary_hcd' is from hcd_to_xhci(),
which is being built as a loadable module:
int xhci_cdns3_suspend_quirk(struct usb_hcd *hcd)
{
struct xhci_hcd *xhci = hcd_to_xhci(hcd);
CONFIG_USB_GADGET=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
# CONFIG_USB_CONN_GPIO is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=m
CONFIG_USB_CDNS_SUPPORT=y
CONFIG_USB_CDNS_HOST=y
CONFIG_USB_CDNS3=m
CONFIG_USB_CDNS3_GADGET=y
CONFIG_USB_CDNS3_HOST=y
Problem is mostly that CONFIG_USB=m and CONFIG_USB_GADGET=y.
Full randconfig file is attached.
thanks.
--
~Randy
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Download attachment "config-r6651.xz" of type "application/x-xz" (31248 bytes)
Powered by blists - more mailing lists