mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 12:10:52 +02:00
This tinydrm driver fails to link without the backlight support:
drivers/gpu/drm/tinydrm/ili9341.o: In function `ili9341_probe':
ili9341.c:(.text+0x578): undefined reference to `devm_of_find_backlight'
Fixes:
|
||
|---|---|---|
| .. | ||
| core | ||
| ili9225.c | ||
| ili9341.c | ||
| Kconfig | ||
| Makefile | ||
| mi0283qt.c | ||
| mipi-dbi.c | ||
| repaper.c | ||
| st7586.c | ||
| st7735r.c | ||