Skip to content

Commit 2e064e3

Browse files
masahir0yMTCoster
authored andcommitted
drm/imagination: remove unnecessary header include path
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>
1 parent 8ec43c5 commit 2e064e3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/imagination/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only OR MIT
22
# Copyright (c) 2023 Imagination Technologies Ltd.
33

4-
subdir-ccflags-y := -I$(src)
5-
64
powervr-y := \
75
pvr_ccb.o \
86
pvr_cccb.o \

0 commit comments

Comments
 (0)