Skip to content

Commit 6789cd9

Browse files
tdzlag-linaro
authored andcommitted
backlight: as3711_bl: Include <linux/of.h>
Include <linux/of.h> to declare various OF helpers. Avoids dependency on backlight header to include it. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: "Daniel Thompson (RISCstar)" <danielt@kernel.org> Link: https://lore.kernel.org/r/20250715122643.137027-9-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 945e411 commit 6789cd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/as3711_bl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <linux/kernel.h>
1414
#include <linux/mfd/as3711.h>
1515
#include <linux/module.h>
16+
#include <linux/of.h>
1617
#include <linux/platform_device.h>
1718
#include <linux/regmap.h>
1819
#include <linux/slab.h>

0 commit comments

Comments
 (0)