Skip to content

Commit

Permalink
backlight/corgi-lcd: Include <linux/backlight.h>
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Zimmermann committed Feb 28, 2024
1 parent bfa4437 commit 8e1f547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/backlight/corgi_lcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8e1f547

Please sign in to comment.