public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 1/2] drm/xe: Remove duplicated include in xe_pt.c
@ 2025-09-15  8:06 Yang Li
  2025-09-15  8:06 ` [PATCH -next 2/2] drm/xe: Remove duplicated include in xe_tlb_inval.c Yang Li
  2025-09-15 14:58 ` [PATCH -next 1/2] drm/xe: Remove duplicated include in xe_pt.c Lucas De Marchi
  0 siblings, 2 replies; 5+ messages in thread
From: Yang Li @ 2025-09-15  8:06 UTC (permalink / raw)
  To: lucas.demarchi, thomas.hellstrom, rodrigo.vivi, airlied, simona
  Cc: intel-xe, dri-devel, linux-kernel, Yang Li, Abaci Robot

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@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=24705
Signed-off-by: Yang Li <yang.lee@linux.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-09-15 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15  8:06 [PATCH -next 1/2] drm/xe: Remove duplicated include in xe_pt.c Yang Li
2025-09-15  8:06 ` [PATCH -next 2/2] drm/xe: Remove duplicated include in xe_tlb_inval.c Yang Li
2025-09-15 12:36   ` Rodrigo Vivi
2025-09-15 15:01   ` Lucas De Marchi
2025-09-15 14:58 ` [PATCH -next 1/2] drm/xe: Remove duplicated include in xe_pt.c Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox