On Fri, Nov 05, 2021 at 09:43:58PM +0100, Noralf Trønnes wrote:
Commit b4a1ed0cd18b ("fbdev: make FB_BACKLIGHT a tristate") forgot to update fbtft breaking its backlight support when FB_BACKLIGHT is a module.
Since FB_TFT selects FB_BACKLIGHT there's no need for this conditional so just remove it and we're good.
Fixes: b4a1ed0cd18b ("fbdev: make FB_BACKLIGHT a tristate") Cc: stable@vger.kernel.org Signed-off-by: Noralf Trønnes noralf@tronnes.org
Acked-by: Sam Ravnborg sam@ravnborg.org