]> www.infradead.org Git - users/hch/misc.git/commitdiff
drm/imagination: remove unnecessary header include path
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 10 Feb 2025 10:23:50 +0000 (19:23 +0900)
committerMatt 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

index 9bc6a3884c2239e44265f3cdebee149841b270de..3d9d4d40fb806295f55a2819ad24bce047cf8719 100644 (file)
@@ -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 \