* [PATCH] drm/imagination: remove unnecessary header include path
@ 2025-02-10 10:23 Masahiro Yamada
2025-02-19 11:12 ` Matt Coster
2025-02-26 10:04 ` Matt Coster
0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2025-02-10 10:23 UTC (permalink / raw)
To: Frank Binns, Matt Coster
Cc: linux-kernel, Masahiro Yamada, David Airlie, Maarten Lankhorst,
Maxime Ripard, Simona Vetter, Thomas Zimmermann, dri-devel
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(-)
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 \
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/imagination: remove unnecessary header include path
2025-02-10 10:23 [PATCH] drm/imagination: remove unnecessary header include path Masahiro Yamada
@ 2025-02-19 11:12 ` Matt Coster
2025-02-26 10:04 ` Matt Coster
1 sibling, 0 replies; 3+ messages in thread
From: Matt Coster @ 2025-02-19 11:12 UTC (permalink / raw)
To: Masahiro Yamada
Cc: Frank Binns, David Airlie, Maarten Lankhorst, Maxime Ripard,
Simona Vetter, Thomas Zimmermann, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org
[-- Attachment #1.1: Type: text/plain, Size: 1054 bytes --]
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
E: matt.coster@imgtec.com
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/imagination: remove unnecessary header include path
2025-02-10 10:23 [PATCH] drm/imagination: remove unnecessary header include path Masahiro Yamada
2025-02-19 11:12 ` Matt Coster
@ 2025-02-26 10:04 ` Matt Coster
1 sibling, 0 replies; 3+ messages in thread
From: Matt Coster @ 2025-02-26 10:04 UTC (permalink / raw)
To: Frank Binns, Masahiro Yamada
Cc: linux-kernel, David Airlie, Maarten Lankhorst, Maxime Ripard,
Simona Vetter, Thomas Zimmermann, dri-devel
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,
--
Matt Coster <matt.coster@imgtec.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-26 10:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 10:23 [PATCH] drm/imagination: remove unnecessary header include path Masahiro Yamada
2025-02-19 11:12 ` Matt Coster
2025-02-26 10:04 ` Matt Coster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.