diff mbox series

drm/imagination: remove unnecessary header include path

Message ID 20250210102352.1517115-1-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series drm/imagination: remove unnecessary header include path | expand

Commit Message

Masahiro Yamada Feb. 10, 2025, 10:23 a.m. UTC
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 <masahiroy@kernel.org>
---

 drivers/gpu/drm/imagination/Makefile | 2 --
 1 file changed, 2 deletions(-)

Comments

Matt Coster Feb. 19, 2025, 11:12 a.m. UTC | #1
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 <masahiroy@kernel.org>

Hi Masahiro,

Thanks for this, it's:

Reviewed-by: Matt Coster <matt.coster@imgtec.com>

If no one has any objections, I'll take this by the drm tree later
today.

Cheers,
Matt

> ---
> 
>  drivers/gpu/drm/imagination/Makefile | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/imagination/Makefile b/drivers/gpu/drm/imagination/Makefile
> index 9bc6a3884c22..3d9d4d40fb80 100644
> --- a/drivers/gpu/drm/imagination/Makefile
> +++ b/drivers/gpu/drm/imagination/Makefile
> @@ -1,8 +1,6 @@
>  # SPDX-License-Identifier: GPL-2.0-only OR MIT
>  # Copyright (c) 2023 Imagination Technologies Ltd.
>  
> -subdir-ccflags-y := -I$(src)
> -
>  powervr-y := \
>  	pvr_ccb.o \
>  	pvr_cccb.o \
Matt Coster Feb. 26, 2025, 10:04 a.m. UTC | #2
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 include path
      commit: 2e064e3f3282ec016d80cb7b1fadff0d8e2014ca

Best regards,
diff mbox series

Patch

diff --git a/drivers/gpu/drm/imagination/Makefile b/drivers/gpu/drm/imagination/Makefile
index 9bc6a3884c22..3d9d4d40fb80 100644
--- a/drivers/gpu/drm/imagination/Makefile
+++ b/drivers/gpu/drm/imagination/Makefile
@@ -1,8 +1,6 @@ 
 # SPDX-License-Identifier: GPL-2.0-only OR MIT
 # Copyright (c) 2023 Imagination Technologies Ltd.
 
-subdir-ccflags-y := -I$(src)
-
 powervr-y := \
 	pvr_ccb.o \
 	pvr_cccb.o \