Commit e8024a44 authored by Komal Shah's avatar Komal Shah Committed by Tony Lindgren

[PATCH] ARM: OMAP: fix linking

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 read_gpio_expa'
arch/arm/mach-omap2/built-in.o(.text+0x186c): In function write_gpio_expa'
arch/arm/mach-omap2/built-in.o(.text+0x18ac): In function read_gpio_expa'
arch/arm/mach-omap2/built-in.o(.text+0x18e4): In function write_gpio_expa'
make: *** [.tmp_vmlinux1] Error 1
Signed-off-by: default avatarKomal Shah <komal_shah802003@yahoo.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ba1abfae
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment