]> Gentwo Git Trees - linux/.git/commit
drm/xe: Remove duplicate header files
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 16 Sep 2025 02:10:39 +0000 (10:10 +0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 16 Sep 2025 19:47:40 +0000 (12:47 -0700)
commit9e6eb49ec13936461c697348c74e5450ac82707d
tree902adb93eafb94cadfb6c7bffe6d740e8a456056
parent3b09b11805bfee32d5a0000f5ede42c07237a6c4
drm/xe: Remove duplicate header files

Fix some duplicate includes in xe:
./drivers/gpu/drm/xe/xe_tlb_inval.c: xe_tlb_inval.h is included more than once.
./drivers/gpu/drm/xe/xe_pt.c: xe_tlb_inval_job.h is included more than once.

While at it, also sort the include lines alphabetically.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=24705
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=24706
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
[Reword commit message]
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250916021039.1632766-1-yang.lee@linux.alibaba.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_pt.c
drivers/gpu/drm/xe/xe_tlb_inval.c