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 <[email protected]> Reviewed-by: Matt Coster <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Matt Coster <[email protected]>
1 parent 8ec43c5 commit 2e064e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)