drm/fsl-dcu: Include <linux/of.h>

Include <linux/of.h> directly to get of_parse_phandle(). Avoids the
proxy include via <linux/backlight.h>

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Alison Wang <alison.wang@nxp.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241011144632.90434-2-tzimmermann@suse.de
This commit is contained in:
Thomas Zimmermann
2024-10-11 16:41:19 +02:00
parent ba68e69060
commit 162fba2198

View File

@@ -6,6 +6,7 @@
*/
#include <linux/backlight.h>
#include <linux/of.h>
#include <linux/of_graph.h>
#include <drm/drm_atomic_helper.h>