Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thomas Zimmermann and committed by
Lee Jones
a412a187 e8444522

+1
+1
drivers/video/backlight/jornada720_lcd.c
··· 7 7 8 8 #include <linux/device.h> 9 9 #include <linux/fb.h> 10 + #include <linux/io.h> 10 11 #include <linux/kernel.h> 11 12 #include <linux/lcd.h> 12 13 #include <linux/module.h>