Re: [PATCH 3/3] drm/tinydrm: helpers: Properly fix backlight dependency

2017-02-26 Thread Daniel Vetter
On Sun, Feb 26, 2017 at 11:44:40PM +0100, Noralf Trønnes wrote: > > Den 23.02.2017 14.29, skrev Noralf Trønnes: > > BACKLIGHT_CLASS_DEVICE was selected in the last version of the > > tinydrm patchset to fix the backlight dependency, but the > > ifdef CONFIG_BACKLIGHT_CLASS_DEVICE was forgotten. Fi

Re: [PATCH 3/3] drm/tinydrm: helpers: Properly fix backlight dependency

2017-02-26 Thread Noralf Trønnes
Den 23.02.2017 14.29, skrev Noralf Trønnes: BACKLIGHT_CLASS_DEVICE was selected in the last version of the tinydrm patchset to fix the backlight dependency, but the ifdef CONFIG_BACKLIGHT_CLASS_DEVICE was forgotten. Fix that. Signed-off-by: Noralf Trønnes --- Please apply this, it causes a b