Re: [PATCH] drm/tinydrm: add backlight dependency for ili9341

From: David Lechner
Date: Thu Jul 12 2018 - 13:13:11 EST


On 07/09/2018 10:20 AM, Arnd Bergmann wrote:
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: 3fa0e8f6f960 ("drm/tinydrm: new driver for ILI9341 display panels")
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
---

applied to drm-misc-next.

thanks