[PATCH 4/6] drm/tegra: Remove unused includes from submit.c
Mikko Perttunen <[email protected]> Thu, 30 Jul 2026 13:44:44 +0900
| Newsgroups | org.kernel.vger.linux-tegra,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media |
|---|---|
| Message-ID | <[email protected]> |
The dma-fence-array.h and sync_file.h headers are not used. Drop the includes. Signed-off-by: Mikko Perttunen <[email protected]> --- 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