1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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>
This commit is contained in:
Masahiro Yamada 2025-02-10 19:23:50 +09:00 committed by Matt Coster
parent 8ec43c58d3
commit 2e064e3f32
No known key found for this signature in database
GPG key ID: 79BC19F3D9DE6AB0

View 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 \