From: Tony Lindgren <tony@atomide.com>
To: Komal Shah <komal_shah802003@yahoo.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] fix linking
Date: Mon, 16 Jan 2006 10:38:01 -0800 [thread overview]
Message-ID: <20060116183801.GF4511@atomide.com> (raw)
In-Reply-To: <20060114101215.50266.qmail@web32914.mail.mud.yahoo.com>
* Komal Shah <komal_shah802003@yahoo.com> [060115 12:11]:
> Tony,
>
> Patch fixes following error, which gets generated if you don't select
> IrDA driver for H4.
>
> arch/arm/mach-omap2/built-in.o(.text+0x1844): In function `$a':
> : undefined reference to `read_gpio_expa'
> arch/arm/mach-omap2/built-in.o(.text+0x186c): In function `$a':
> : undefined reference to `write_gpio_expa'
> arch/arm/mach-omap2/built-in.o(.text+0x18ac): In function `$a':
> : undefined reference to `read_gpio_expa'
> arch/arm/mach-omap2/built-in.o(.text+0x18e4): In function `$a':
> : undefined reference to `write_gpio_expa'
> make: *** [.tmp_vmlinux1] Error 1
>
> Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
>
> ---Komal Shah
> http://komalshah.blogspot.com/
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
Content-Description: 1216354423-fix-linking.patch
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 5788809..85cc78b 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -19,4 +19,5 @@ config MACH_OMAP_GENERIC
> config MACH_OMAP_H4
> bool "OMAP 2420 H4 board"
> depends on ARCH_OMAP2 && ARCH_OMAP24XX
> + select GPIOEXPANDER_OMAP
>
Thanks, pushing today.
Tony
prev parent reply other threads:[~2006-01-16 18:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-14 10:12 [PATCH] fix linking Komal Shah
2006-01-16 18:38 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060116183801.GF4511@atomide.com \
--to=tony@atomide.com \
--cc=komal_shah802003@yahoo.com \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.