[PATCH 4/6] drm/tegra: Remove unused includes from submit.c

From: Mikko Perttunen

Date: Thu Jul 30 2026 - 00:46:25 EST


The dma-fence-array.h and sync_file.h headers are not used. Drop the
includes.

Signed-off-by: Mikko Perttunen <mperttunen@xxxxxxxxxx>
---
drivers/gpu/drm/tegra/submit.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/tegra/submit.c b/drivers/gpu/drm/tegra/submit.c
index 658396f2e954..1e5332eb6e26 100644
--- a/drivers/gpu/drm/tegra/submit.c
+++ b/drivers/gpu/drm/tegra/submit.c
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2020 NVIDIA Corporation */

-#include <linux/dma-fence-array.h>
#include <linux/dma-mapping.h>
#include <linux/file.h>
#include <linux/host1x.h>
@@ -12,7 +11,6 @@
#include <linux/pm_runtime.h>
#include <linux/scatterlist.h>
#include <linux/slab.h>
-#include <linux/sync_file.h>

#include <drm/drm_drv.h>
#include <drm/drm_file.h>

--
2.53.0