Skip to content

Commit 6fe3071

Browse files
tdztomba
authored andcommitted
drm/omapdrm: Include <linux/of.h>
Include <linux/of.h> to get the contained declarations. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230403104035.15288-2-tzimmermann@suse.de
1 parent 4a1b5d1 commit 6fe3071

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/omapdrm/omap_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#include <linux/dma-mapping.h>
88
#include <linux/platform_device.h>
9+
#include <linux/of.h>
910
#include <linux/sort.h>
1011
#include <linux/sys_soc.h>
1112

0 commit comments

Comments
 (0)