Re: [PATCH] drm/tegra: Remove unneeded include

2025-05-07 Thread Thierry Reding
On Mon, Apr 28, 2025 at 04:34:35PM +0100, Jon Hunter wrote: > 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/

[PATCH] drm/tegra: Remove unneeded include

2025-04-28 Thread Jon Hunter
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