diff options
author | Matthew Auld <matthew.auld@intel.com> | 2024-04-12 12:31:47 +0100 |
---|---|---|
committer | Matthew Auld <matthew.auld@intel.com> | 2024-04-17 13:38:32 +0100 |
commit | 8eae42f1759034f7bc717699fb105d6b5900986f (patch) | |
tree | c9602223c36e77a2227e4ec6bc5d897a9556a38c /drivers/gpu/drm/xe/xe_vm.c | |
parent | 5b259c0d1d3caa6efc66c2b856840e68993f814e (diff) |
drm/xe/vm: don't include xe_gt.h
clangd complains here, since nothing in xe_gt.h seems to be needed.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240412113144.259426-6-matthew.auld@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_vm.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_vm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c index 5f24f7802c26..8a858b8588bd 100644 --- a/drivers/gpu/drm/xe/xe_vm.c +++ b/drivers/gpu/drm/xe/xe_vm.c @@ -27,7 +27,6 @@ #include "xe_device.h" #include "xe_drm_client.h" #include "xe_exec_queue.h" -#include "xe_gt.h" #include "xe_gt_pagefault.h" #include "xe_gt_tlb_invalidation.h" #include "xe_migrate.h" |