| To: | Manuel Lauss <manuel.lauss@googlemail.com> |
|---|---|
| Subject: | Re: MTX build failure |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Fri, 28 Aug 2009 11:07:59 +0200 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Linux-MIPS <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=JXnLD3uzb+dd2tBln2OifXVUepWrCQkMJfqbEsX9UiI=; b=nRGX9PNLk04wwE2k2IBb6D3Lu+VdQnYLmbStGbw05zVuz+Ecz7cg9VQC7WF+kygbWy GTa71o4XQ/B1MKk3GaARn5bVkNWTJroSAzIkTYrpxTQOk4R5ua919dz3pkkQ3oZIGoEI x+kNOg6es404k6O4pM0l/Qdlu59IuahCc3wq0= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=PmpEOPavp7/GIvCLBO0JSBDf8BnL/0ESCyiOhO5KN5KiEMwsBF//cBaSmDhtZIPvq0 o5QVT63eUy3G7m9zHXJv9/uR75+LedJRE5Aj5YjARTRqWjipMRAU+H7+6ZrVPPhjSv88 dJE4pe64i4n0DQBe7W6nRza4F8z/qoUmTkTPA= |
| In-reply-to: | <4A979B0E.106@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090828074709.GA11637@linux-mips.org> <4A979B0E.106@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.9.9 |
Le Friday 28 August 2009 10:53:34 Manuel Lauss, vous avez écrit : > Ralf Baechle wrote: > > CC drivers/input/keyboard/gpio_keys.o > > /home/ralf/src/linux/linux-mips/drivers/input/keyboard/gpio_keys.c: In > > function ‘gpio_keys_probe’: > > /home/ralf/src/linux/linux-mips/drivers/input/keyboard/gpio_keys.c:123: > > error: implicit declaration of function ‘gpio_request’ > > /home/ralf/src/linux/linux-mips/drivers/input/keyboard/gpio_keys.c:135: > > error: implicit declaration of function ‘gpio_free’ make[5]: *** > > [drivers/input/keyboard/gpio_keys.o] Error 1 > > make[4]: *** [drivers/input/keyboard] Error 2 > > make[3]: *** [drivers/input] Error 2 > > make[2]: *** [drivers] Error 2 > > make[1]: *** [sub-make] Error 2 > > Either something like the patch below, or adding stubs for > gpio_request/gpio_free to asm/mach-au1x00/gpio-au1000.h in the > CONFIG_GPIOLIB=n case should fix it. The patch below fixes it for me, so feel free to add my: Tested-by: Florian Fainelli <florian@openwrt.org> > > diff --git a/arch/mips/alchemy/Kconfig b/arch/mips/alchemy/Kconfig > index 1e0a6df..f0c930a 100644 > --- a/arch/mips/alchemy/Kconfig > +++ b/arch/mips/alchemy/Kconfig > @@ -20,6 +20,7 @@ config MIPS_MTX1 > select HW_HAS_PCI > select SOC_AU1500 > select SYS_SUPPORTS_LITTLE_ENDIAN > + select GPIOLIB > > config MIPS_BOSPORUS > bool "Alchemy Bosporus board" > > > Manuel Lauss -- Best regards, Florian Fainelli Email: florian@openwrt.org Web: http://openwrt.org IRC: [florian] on irc.freenode.net ------------------------------- |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: MTX build failure, Manuel Lauss |
|---|---|
| Next by Date: | Re: kexec on mips failed, Florian Fainelli |
| Previous by Thread: | Re: MTX build failure, Manuel Lauss |
| Next by Thread: | Re: MTX build failure, Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |