From: Masahiro Yamada Date: Mon, 10 Feb 2025 10:23:50 +0000 (+0900) Subject: drm/imagination: remove unnecessary header include path X-Git-Tag: v6.14-rc5~22^2~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e064e3f3282ec016d80cb7b1fadff0d8e2014ca;p=thirdparty%2Flinux.git 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 Reviewed-by: Matt Coster Link: https://patchwork.freedesktop.org/patch/msgid/20250210102352.1517115-1-masahiroy@kernel.org Signed-off-by: Matt Coster --- diff --git a/drivers/gpu/drm/imagination/Makefile b/drivers/gpu/drm/imagination/Makefile index 9bc6a3884c223..3d9d4d40fb806 100644 --- a/drivers/gpu/drm/imagination/Makefile +++ b/drivers/gpu/drm/imagination/Makefile @@ -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 \