Searched hist:"83 b37eac" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | Kconfig | 83b37eac Wed Jan 28 07:48:06 CST 2015 Arnd Bergmann <arnd@arndb.de> drm: panel/simple: add backlight dependency
The simple panel code uses the backlight interface to find a device, which fails when backlight is disabled:
drivers/built-in.o: In function `panel_simple_platform_probe': :(.text+0xd3c48): undefined reference to `of_find_backlight_by_node'
Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Dave Airlie <airlied@gmail.com> 83b37eac Wed Jan 28 07:48:06 CST 2015 Arnd Bergmann <arnd@arndb.de> drm: panel/simple: add backlight dependency The simple panel code uses the backlight interface to find a device, which fails when backlight is disabled: drivers/built-in.o: In function `panel_simple_platform_probe': :(.text+0xd3c48): undefined reference to `of_find_backlight_by_node' Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Dave Airlie <airlied@gmail.com>
|