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 <[email protected]> Reviewed-by: "Daniel Thompson (RISCstar)" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
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)