Re: [PATCH] drm/imagination: remove unnecessary header include path

2025-02-26 Thread Matt Coster
On Mon, 10 Feb 2025 19:23:50 +0900, Masahiro Yamada wrote: > drivers/gpu/drm/imagination/ includes local headers with the double-quote > form (#include "..."). > > Hence, the header search path addition is unneeded. > > Applied, thanks! [1/1] drm/imagination: remove unnecessary header includ

Re: [PATCH] drm/imagination: remove unnecessary header include path

2025-02-19 Thread Matt Coster
On 10/02/2025 10:23, Masahiro Yamada wrote: > drivers/gpu/drm/imagination/ includes local headers with the double-quote > form (#include "..."). > > Hence, the header search path addition is unneeded. > > Signed-off-by: Masahiro Yamada Hi Masahiro, Thanks for this, it's: Reviewed-by: Matt Cos

[PATCH] drm/imagination: remove unnecessary header include path

2025-02-10 Thread Masahiro Yamada
drivers/gpu/drm/imagination/ includes local headers with the double-quote form (#include "..."). Hence, the header search path addition is unneeded. Signed-off-by: Masahiro Yamada --- drivers/gpu/drm/imagination/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/imag