From: Matthew Auld Date: Fri, 12 Apr 2024 11:31:47 +0000 (+0100) Subject: drm/xe/vm: don't include xe_gt.h X-Git-Tag: v6.10-rc1~148^2~16^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eae42f1759034f7bc717699fb105d6b5900986f;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: Matthew Brost Reviewed-by: Matthew Brost Link: https://patchwork.freedesktop.org/patch/msgid/20240412113144.259426-6-matthew.auld@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c index 5f24f7802c26e..8a858b8588bd0 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"