On Mon, Sep 15, 2025 at 04:06:47PM +0800, Yang Li wrote: > The header files xe_tlb_inval.h is included twice in xe_tlb_inval.c, > so one inclusion of each can be removed. > > Reported-by: Abaci Robot <ab...@linux.alibaba.com> > Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=24706 > Signed-off-by: Yang Li <yang....@linux.alibaba.com> > --- > drivers/gpu/drm/xe/xe_tlb_inval.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/xe/xe_tlb_inval.c > b/drivers/gpu/drm/xe/xe_tlb_inval.c > index e6e97b5a7b5c..41e80d609815 100644 > --- a/drivers/gpu/drm/xe/xe_tlb_inval.c > +++ b/drivers/gpu/drm/xe/xe_tlb_inval.c > @@ -17,7 +17,6 @@ > #include "xe_tlb_inval.h" > #include "xe_mmio.h" > #include "xe_pm.h" > -#include "xe_tlb_inval.h"
in both patches, please remove the other occurence so we keep the alphabetical order. > #include "xe_trace.h" > > /** > -- > 2.43.7 >