Skip to content

Commit a412a18

Browse files
tdzlag-linaro
authored andcommitted
backlight: jornada720_lcd: Include <linux/io.h> for IOMEM() macro
Avoids the proxy include via <linux/fb.h>. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Link: https://lore.kernel.org/r/20240906075439.98476-9-tzimmermann@suse.de Signed-off-by: Lee Jones <lee@kernel.org>
1 parent e844452 commit a412a18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/jornada720_lcd.c

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

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

0 commit comments

Comments
 (0)