Commit 162fba21 authored by Thomas Zimmermann's avatar Thomas Zimmermann
Browse files

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: default avatarThomas Zimmermann <tzimmermann@suse.de>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Alison Wang <alison.wang@nxp.com>
Reviewed-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241011144632.90434-2-tzimmermann@suse.de
parent ba68e690
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 */

#include <linux/backlight.h>
#include <linux/of.h>
#include <linux/of_graph.h>

#include <drm/drm_atomic_helper.h>