aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2022-11-03 16:14:33 +0100
committerThomas Zimmermann <[email protected]>2022-11-05 17:05:54 +0100
commitc91149417104306eb941ab2d57c0c1e24d39a2fa (patch)
treeec57c674d82533b364236125f6e86d33ad3d8aaf
parenteff0553db32af814db4896235a42c1e13dbf0c31 (diff)
drm/tve200: Include <linux/of.h>
Include <linux/of.h> for of_match_ptr(). Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/tve200/tve200_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tve200/tve200_drv.c b/drivers/gpu/drm/tve200/tve200_drv.c
index 04db72e3fa9c..611785e09757 100644
--- a/drivers/gpu/drm/tve200/tve200_drv.c
+++ b/drivers/gpu/drm/tve200/tve200_drv.c
@@ -32,6 +32,7 @@
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/shmem_fs.h>
#include <linux/slab.h>