Skip to content

Commit 4054a30

Browse files
jonhunterthierryreding
authored andcommitted
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]
1 parent 9ff4fdf commit 4054a30

File tree

1 file changed

+0
-1
lines changed
  • drivers/gpu/drm/tegra

1 file changed

+0
-1
lines changed

drivers/gpu/drm/tegra/gem.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
#include <drm/drm_drv.h>
1919
#include <drm/drm_prime.h>
20-
#include <drm/tegra_drm.h>
2120

2221
#include "drm.h"
2322
#include "gem.h"

0 commit comments

Comments
 (0)