Unverified Commit 2e064e3f authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Matt Coster
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarMatt Coster <matt.coster@imgtec.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250210102352.1517115-1-masahiroy@kernel.org


Signed-off-by: default avatarMatt Coster <matt.coster@imgtec.com>
parent 8ec43c58
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
# 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 \