From 56dfa9fc39f0d03ca165f84382d088825f5e5404 Mon Sep 17 00:00:00 2001 From: Michal Wajdeczko Date: Wed, 21 Jan 2026 22:42:13 +0100 Subject: [PATCH] drm/xe/configfs: Use proper notation for local include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For local includes we should use "" notation, not <>. Signed-off-by: Michal Wajdeczko Reviewed-by: Piotr Piórkowski Acked-by: Rodrigo Vivi Link: https://patch.msgid.link/20260121214218.2817-3-michal.wajdeczko@intel.com --- drivers/gpu/drm/xe/xe_configfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/xe/xe_configfs.h b/drivers/gpu/drm/xe/xe_configfs.h index fed57be0b90e..510888354a7c 100644 --- a/drivers/gpu/drm/xe/xe_configfs.h +++ b/drivers/gpu/drm/xe/xe_configfs.h @@ -8,7 +8,7 @@ #include #include -#include +#include "xe_hw_engine_types.h" struct pci_dev;