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 <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent e844452 commit a412a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)