diff options
author | Jarkko Nikula <jhnikula@gmail.com> | 2011-03-01 08:40:37 (GMT) |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-11 13:46:26 (GMT) |
commit | 08a0a657949e723f0cbb6a33b1c706134d5a6d78 (patch) | |
tree | 48f7bb8f4ff6cbb1ae9b2130ee655e6af10bec09 /sound | |
parent | a1a0dccaea9e036200dc0b1070af1bfae06690fb (diff) | |
download | linux-fsl-qoriq-08a0a657949e723f0cbb6a33b1c706134d5a6d78.tar.xz |
omapfb: Fix linker error in drivers/video/omap/lcd_2430sdp.c
There is a linker error from lcd_2430sdp.c if CONFIG_TWL4030_CORE is not
set. This can be triggered on OMAP2 builds when OMAP3 or OMAP4 are not set.
drivers/built-in.o: In function `sdp2430_panel_disable':
drivers/video/omap/lcd_2430sdp.c:123: undefined reference to `twl_i2c_write_u8'
drivers/video/omap/lcd_2430sdp.c:124: undefined reference to `twl_i2c_write_u8'
drivers/built-in.o: In function `sdp2430_panel_enable':
drivers/video/omap/lcd_2430sdp.c:110: undefined reference to `twl_i2c_write_u8'
drivers/video/omap/lcd_2430sdp.c:112: undefined reference to `twl_i2c_write_u8'
Fix this by selecting the TWL4030_CORE for MACH_OMAP_2430SDP when building
with CONFIG_FB_OMAP as there is no own Kconfig entry for lcd_2430 and it is
compiled always when both MACH_OMAP_2430SDP and FB_OMAP are set.
Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions