lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 16 Sep 2014 14:12:37 +1000 From: Alistair Popple <alistair@...ple.id.au> To: Pranith Kumar <bobby.prani@...il.com> Cc: Matt Porter <mporter@...nel.crashing.org>, Benjamin Herrenschmidt <benh@...nel.crashing.org>, Paul Mackerras <paulus@...ba.org>, Michael Ellerman <mpe@...erman.id.au>, "open list:LINUX FOR POWERPC..." <linuxppc-dev@...ts.ozlabs.org>, open list <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] powerpc: Fix build failure Thanks for fixing these! Acked-by: Alistair Popple <alistair@...ple.id.au> On Thu, 21 Aug 2014 09:04:31 Pranith Kumar wrote: > Fix the following build failure > > drivers/built-in.o: In function `nhi_init': > nhi.c:(.init.text+0x63390): undefined reference to `ehci_init_driver' > > by adding a dependency on USB_EHCI_HCD which supplies the > ehci_init_driver(). > > Also we need to depend on USB_OHCI_HCD similarly > > Signed-off-by: Pranith Kumar <bobby.prani@...il.com> > --- > arch/powerpc/platforms/44x/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/powerpc/platforms/44x/Kconfig > b/arch/powerpc/platforms/44x/Kconfig index 4d88f6a..3e7deb2 100644 > --- a/arch/powerpc/platforms/44x/Kconfig > +++ b/arch/powerpc/platforms/44x/Kconfig > @@ -216,8 +216,8 @@ config AKEBONO > select IBM_EMAC_EMAC4 > select IBM_EMAC_RGMII_WOL > select USB > - select USB_OHCI_HCD_PLATFORM > - select USB_EHCI_HCD_PLATFORM > + select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD > + select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD > select MMC_SDHCI > select MMC_SDHCI_PLTFM > select MMC_SDHCI_OF_476GTR -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists