mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
The new backlight code causes a link failure when backlight
support itself is disabled:
drivers/gpu/drm/omapdrm/displays/panel-dpi.o: In function `panel_dpi_probe_of':
panel-dpi.c:(.text+0x35c): undefined reference to `of_find_backlight_by_node'
This adds a Kconfig dependency like we have for the other OMAP
display targets.
Fixes:
|
||
|---|---|---|
| .. | ||
| connector-analog-tv.c | ||
| connector-dvi.c | ||
| connector-hdmi.c | ||
| encoder-opa362.c | ||
| encoder-tfp410.c | ||
| encoder-tpd12s015.c | ||
| Kconfig | ||
| Makefile | ||
| panel-dpi.c | ||
| panel-dsi-cm.c | ||
| panel-lgphilips-lb035q02.c | ||
| panel-nec-nl8048hl11.c | ||
| panel-sharp-ls037v7dw01.c | ||
| panel-sony-acx565akm.c | ||
| panel-tpo-td028ttec1.c | ||
| panel-tpo-td043mtea1.c | ||