projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec43c5
)
drm/imagination: remove unnecessary header include path
author
Masahiro Yamada
<masahiroy@kernel.org>
Mon, 10 Feb 2025 10:23:50 +0000
(19:23 +0900)
committer
Matt Coster
<matt.coster@imgtec.com>
Wed, 26 Feb 2025 09:54:57 +0000
(09:54 +0000)
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>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20250210102352.1517115-1-masahiroy@kernel.org
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
drivers/gpu/drm/imagination/Makefile
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/imagination/Makefile
b/drivers/gpu/drm/imagination/Makefile
index
9bc6a38
..
3d9d4d4
100644
(file)
--- 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 \