On Thu, Jul 02, 2026 at 04:58:20PM +0530, Anas Khan wrote:
> xe_pci.c includes <kunit/test-bug.h> twice, separated only by the
> <kunit/test.h> include. Drop the redundant second include; this is a
> non-functional cleanup flagged by scripts/checkincludes.pl.
> 
> Fixes: 6cad22853cb8 ("drm/xe/kunit: Add stub to read_gmdid")
> Signed-off-by: Anas Khan <[email protected]>
> ---
>  drivers/gpu/drm/xe/tests/xe_pci.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/tests/xe_pci.c 
> b/drivers/gpu/drm/xe/tests/xe_pci.c
> index 9240aff779da..c2c686aed1cb 100644
> --- a/drivers/gpu/drm/xe/tests/xe_pci.c
> +++ b/drivers/gpu/drm/xe/tests/xe_pci.c
> @@ -9,7 +9,6 @@
>  
>  #include <kunit/test-bug.h>
>  #include <kunit/test.h>
> -#include <kunit/test-bug.h>

Thanks for the patch, pushed  to drm-xe-next

>  #include <kunit/visibility.h>
>  
>  #define PLATFORM_CASE(platform__, graphics_step__)                           
>         \
> -- 
> 2.54.0
> 

Reply via email to