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 <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=24705 Signed-off-by: Yang Li <[email protected]> --- 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
