[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250915080647.669569-1-yang.lee@linux.alibaba.com>
Date: Mon, 15 Sep 2025 16:06:46 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: lucas.demarchi@...el.com,
thomas.hellstrom@...ux.intel.com,
rodrigo.vivi@...el.com,
airlied@...il.com,
simona@...ll.ch
Cc: intel-xe@...ts.freedesktop.org,
dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next 1/2] drm/xe: Remove duplicated include in xe_pt.c
The header files xe_tlb_inval_job.h is included twice in xe_pt.c,
so one inclusion of each can be removed.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=24705
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
drivers/gpu/drm/xe/xe_pt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/xe/xe_pt.c b/drivers/gpu/drm/xe/xe_pt.c
index 01eea8eb1779..3e33b10e7ba9 100644
--- a/drivers/gpu/drm/xe/xe_pt.c
+++ b/drivers/gpu/drm/xe/xe_pt.c
@@ -21,7 +21,6 @@
#include "xe_sched_job.h"
#include "xe_sync.h"
#include "xe_svm.h"
-#include "xe_tlb_inval_job.h"
#include "xe_trace.h"
#include "xe_ttm_stolen_mgr.h"
#include "xe_userptr.h"
--
2.43.7
Powered by blists - more mailing lists