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

drm/panel: ilitek-ili9805: adjust the includes

Adjust the includes to explicitly include the correct headers.

Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231213112401.2000837-1-dario.binacchi@amarulasolutions.com

authored by

Dario Binacchi and committed by
Maxime Ripard
1faed97a 7d66c8d7

+1 -2
+1 -2
drivers/gpu/drm/panel/panel-ilitek-ili9805.c
··· 7 7 #include <linux/device.h> 8 8 #include <linux/err.h> 9 9 #include <linux/errno.h> 10 - #include <linux/fb.h> 11 10 #include <linux/kernel.h> 12 11 #include <linux/module.h> 13 - #include <linux/of_device.h> 12 + #include <linux/of.h> 14 13 15 14 #include <linux/gpio/consumer.h> 16 15 #include <linux/regulator/consumer.h>