]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Fix zoom LCD backlight if TWL_CORE is not selected
authorTony Lindgren <tony@atomide.com>
Thu, 23 Feb 2012 22:29:59 +0000 (14:29 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 24 Feb 2012 00:44:34 +0000 (16:44 -0800)
commitd42b5876bef063b3abe4d00db4106b1329796243
tree9ac44d9f03175e2938041a072d32db01a9d57c32
parent3dfd27b4be8db2945e9f2e644935becda86f801c
ARM: OMAP2+: Fix zoom LCD backlight if TWL_CORE is not selected

Otherwise we get:

arch/arm/mach-omap2/board-zoom-display.c:64: undefined reference to `twl_i2c_read_u8'
arch/arm/mach-omap2/board-zoom-display.c:65: undefined reference to `twl_i2c_read_u8'
arch/arm/mach-omap2/board-zoom-display.c:84: undefined reference to `twl_i2c_write_u8'
arch/arm/mach-omap2/board-zoom-display.c:86: undefined reference to `twl_i2c_write_u8'
arch/arm/mach-omap2/board-zoom-display.c:91: undefined reference to `twl_i2c_write_u8'
arch/arm/mach-omap2/board-zoom-display.c:92: undefined reference to `twl_i2c_write_u8'
arch/arm/mach-omap2/board-zoom-display.c:72: undefined reference to `twl_i2c_write_u8'

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