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
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
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