public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix linking
@ 2006-01-14 10:12 Komal Shah
  2006-01-16 18:38 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Komal Shah @ 2006-01-14 10:12 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

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 

[-- Attachment #2: 1216354423-fix-linking.patch --]
[-- Type: text/plain, Size: 332 bytes --]

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	
 

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix linking
  2006-01-14 10:12 [PATCH] fix linking Komal Shah
@ 2006-01-16 18:38 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-01-16 18:38 UTC (permalink / raw)
  To: Komal Shah; +Cc: linux-omap-open-source

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-16 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-14 10:12 [PATCH] fix linking Komal Shah
2006-01-16 18:38 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox