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

drm/armada: Include <linux/of.h>

Include <linux/of.h> to get declarations of of_node_put() and
of_device_is_available(). No functional changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Sui Jingfeng <suijingfeng@loongson.cn>
Link: https://patchwork.freedesktop.org/patch/msgid/20230330073046.7150-2-tzimmermann@suse.de

+1
+1
drivers/gpu/drm/armada/armada_drv.c
··· 6 6 #include <linux/clk.h> 7 7 #include <linux/component.h> 8 8 #include <linux/module.h> 9 + #include <linux/of.h> 9 10 #include <linux/of_graph.h> 10 11 #include <linux/platform_device.h> 11 12