aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/gem.c
diff options
context:
space:
mode:
authorJon Hunter <[email protected]>2025-04-28 15:34:35 +0000
committerThierry Reding <[email protected]>2025-05-07 15:25:22 +0000
commit4054a307ee72ff7869050bfa6423ca5a74144171 (patch)
tree19fcf9a6274124e574f077934670c70c7a1ed03e /drivers/gpu/drm/tegra/gem.c
parentdrm/tegra: Assign plane type before registration (diff)
downloadkernel-4054a307ee72ff7869050bfa6423ca5a74144171.tar.gz
kernel-4054a307ee72ff7869050bfa6423ca5a74144171.zip
drm/tegra: Remove unneeded include
The header file 'tegra_drm.h' is included in gem.c, but this file is already include 'drm.h'. Although there is no harm in including this file again, it is also not necessary. Furthermore, the header file is located under 'include/uapi/drm' so ideally the full path would be used to be explicit. For now, just remove from gem.c. Signed-off-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tegra/gem.c')
-rw-r--r--drivers/gpu/drm/tegra/gem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/gem.c b/drivers/gpu/drm/tegra/gem.c
index ace3e5a805cf..dbc1394f96b8 100644
--- a/drivers/gpu/drm/tegra/gem.c
+++ b/drivers/gpu/drm/tegra/gem.c
@@ -17,7 +17,6 @@
#include <drm/drm_drv.h>
#include <drm/drm_prime.h>
-#include <drm/tegra_drm.h>
#include "drm.h"
#include "gem.h"