Re: [PATCH 3/3] drm/panel: add backlight dependency for sitronix-st7789v

2017-06-14 Thread Thierry Reding
On Wed, Apr 19, 2017 at 08:03:08PM +0200, Arnd Bergmann wrote: > Without the dependency, we run into a link error: > > drivers/gpu/drm/panel/panel-sitronix-st7789v.o: In function `st7789v_probe': > panel-sitronix-st7789v.c:(.text.st7789v_probe+0xc0): undefined reference to > `of_find_backlight_by

Re: [PATCH 3/3] drm/panel: add backlight dependency for sitronix-st7789v

2017-04-19 Thread Hoegeun Kwon
On 04/20/2017 03:03 AM, Arnd Bergmann wrote: Without the dependency, we run into a link error: drivers/gpu/drm/panel/panel-sitronix-st7789v.o: In function `st7789v_probe': panel-sitronix-st7789v.c:(.text.st7789v_probe+0xc0): undefined reference to `of_find_backlight_by_node' Fixes: 7142afb3a18

[PATCH 3/3] drm/panel: add backlight dependency for sitronix-st7789v

2017-04-19 Thread Arnd Bergmann
Without the dependency, we run into a link error: drivers/gpu/drm/panel/panel-sitronix-st7789v.o: In function `st7789v_probe': panel-sitronix-st7789v.c:(.text.st7789v_probe+0xc0): undefined reference to `of_find_backlight_by_node' Fixes: 7142afb3a186 ("drm/panel: Add driver for sitronix ST7789V