Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/gt: Remove double include
@ 2024-07-08 17:33 Lucas De Marchi
  2024-07-08 17:39 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Lucas De Marchi @ 2024-07-08 17:33 UTC (permalink / raw)
  To: intel-xe; +Cc: Matthew Auld, Lucas De Marchi, kernel test robot

The header generated/xe_wa_oob.h is included twice. Remove one.

Fixes: 01570b446939 ("drm/xe/bmg: implement Wa_16023588340")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/r/202407052122.AzuWSPuo-lkp@intel.com/
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
 drivers/gpu/drm/xe/xe_gt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_gt.c b/drivers/gpu/drm/xe/xe_gt.c
index ce8994b808fe..b04e47186f5b 100644
--- a/drivers/gpu/drm/xe/xe_gt.c
+++ b/drivers/gpu/drm/xe/xe_gt.c
@@ -9,7 +9,6 @@
 
 #include <drm/drm_managed.h>
 #include <drm/xe_drm.h>
-#include <generated/xe_wa_oob.h>
 
 #include <generated/xe_wa_oob.h>
 
-- 
2.43.0


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

end of thread, other threads:[~2024-07-09 14:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 17:33 [PATCH] drm/xe/gt: Remove double include Lucas De Marchi
2024-07-08 17:39 ` ✓ CI.Patch_applied: success for " Patchwork
2024-07-08 17:39 ` ✓ CI.checkpatch: " Patchwork
2024-07-08 17:40 ` ✓ CI.KUnit: " Patchwork
2024-07-08 17:43 ` [PATCH] " Michal Wajdeczko
2024-07-09 14:38   ` Lucas De Marchi
2024-07-08 17:52 ` ✓ CI.Build: success for " Patchwork
2024-07-08 17:54 ` ✓ CI.Hooks: " Patchwork
2024-07-08 17:56 ` ✓ CI.checksparse: " Patchwork
2024-07-08 18:11 ` ✓ CI.BAT: " Patchwork
2024-07-08 22:43 ` ✗ CI.FULL: failure " Patchwork

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