commit | f071b34f3aa5943dcdd35137275bcb0e55ed0838 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 28 14:48:05 2015 +0100 |
committer | Dave Airlie <airlied@gmail.com> | Sat Jan 31 10:11:43 2015 +1000 |
tree | 33eaee64e0ad072fbc39e5ad4c6f442d8d8ecb21 | |
parent | 865844448ce80ccd714793e9ba4140d7ae214229 [diff] |
drm: panel/sharp: add backlight dependency The sharp panel code uses the backlight interface to find a device, which fails when backlight is disabled: drivers/built-in.o: In function `sharp_panel_probe': :(.text+0x5ceac): undefined reference to `of_find_backlight_by_node' Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Dave Airlie <airlied@gmail.com>