diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2024-07-08 19:33:01 +0200 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2024-09-12 16:06:02 +0200 |
commit | a2655358cbda38d53d4a443c7edc7951d91c3043 (patch) | |
tree | e6ef31d5bb0a733d65d7b1780bebc821d6cdb2f9 /drivers/gpu | |
parent | Linux 6.11-rc7 (diff) | |
download | linux-a2655358cbda38d53d4a443c7edc7951d91c3043.tar.xz linux-a2655358cbda38d53d4a443c7edc7951d91c3043.zip |
drm/xe/gt: Remove double include
The header generated/xe_wa_oob.h is included twice. Remove one.
Fixes: 27cb2b7fec2a ("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/
Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240708173301.1543871-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
(cherry picked from commit 3d122660dc70029d9cccb4e8670125f0affa959e)
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/xe/xe_gt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_gt.c b/drivers/gpu/drm/xe/xe_gt.c index b8c73f69fbaf..cb9df15e7137 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> |