]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
backlight/corgi-lcd: Include <linux/backlight.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 19 Feb 2024 09:37:26 +0000 (10:37 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 28 Feb 2024 08:59:25 +0000 (09:59 +0100)
Resolves the proxy include via <linux/fb.h>, which does not require the
backlight header.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Lee Jones <lee@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-2-tzimmermann@suse.de
drivers/video/backlight/corgi_lcd.c

index 0a57033ae31d1dc2253f310ac37bd5c6e2f559ea..dd765098ad989751d8074dee0b8ed2c1c35f0080 100644 (file)
@@ -11,6 +11,7 @@
  *     by Eric Miao <eric.miao@marvell.com>
  */
 
+#include <linux/backlight.h>
 #include <linux/module.h>
 #include <linux/kernel.h>
 #include <linux/init.h>