Skip to content

Commit ce4bb1a

Browse files
tdzlag-linaro
authored andcommitted
backlight: jornada720: Include <linux/io.h>
Include <linux/io.h> to declare IOMEM(). 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-11-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent e2e76f6 commit ce4bb1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/jornada720_bl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <linux/backlight.h>
99
#include <linux/device.h>
10+
#include <linux/io.h>
1011
#include <linux/kernel.h>
1112
#include <linux/module.h>
1213
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)