drm/xe/vm: don't include xe_gt.h
authorMatthew Auld <matthew.auld@intel.com>
Fri, 12 Apr 2024 11:31:47 +0000 (12:31 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Wed, 17 Apr 2024 12:38:32 +0000 (13:38 +0100)
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
drivers/gpu/drm/xe/xe_vm.c

index 5f24f7802c26ec20d46d695a398a0637d047056a..8a858b8588bd0fe0ce29f0c8c0e8017d60ec0386 100644 (file)
@@ -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"