]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP3: Fix omap3evm randconfig error introduced by VBUS support
authorTony Lindgren <tony@atomide.com>
Tue, 10 Jul 2012 06:22:24 +0000 (23:22 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 10 Jul 2012 06:22:24 +0000 (23:22 -0700)
commitb103a2e22a238085f5c50d96345e1a09bb1efd50
tree264e7c676d1d291eaeb8f3f858c0dd7c21be2816
parent6d2b6c9e69c99c1787f9978f9ed89231c5dbef09
ARM: OMAP3: Fix omap3evm randconfig error introduced by VBUS support

Commit cb8ca5897 (ARM: omap3evm: enable VBUS switch for EHCI tranceiver)
added a new randconfig error if TWL4030_CORE is not selected:

arch/arm/mach-omap2/board-omap3evm.c:368: undefined reference to `twl_i2c_read_u8'
arch/arm/mach-omap2/board-omap3evm.c:370: undefined reference to `twl_i2c_write_u8'

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3evm.c