diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2025-02-27 06:16:53 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-04-21 17:47:26 +0300 |
commit | 38feab2deac8732247cb54d05a26ca07b5c4d0e0 (patch) | |
tree | c8fb784806a4e6e4e9d985e0b26247f789257ab5 /drivers/gpu/drm/amd/amdgpu/mes_userqueue.c | |
parent | c3abed53ca13f658c08727bd594f3874d216bde5 (diff) | |
download | linux-38feab2deac8732247cb54d05a26ca07b5c4d0e0.tar.xz |
drm/amdgpu/userq/mes: remove unused header
This is unused so remove it.
Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mes_userqueue.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/mes_userqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mes_userqueue.c b/drivers/gpu/drm/amd/amdgpu/mes_userqueue.c index b9705cbec74d..7ae4759b5b56 100644 --- a/drivers/gpu/drm/amd/amdgpu/mes_userqueue.c +++ b/drivers/gpu/drm/amd/amdgpu/mes_userqueue.c @@ -25,7 +25,6 @@ #include "amdgpu_gfx.h" #include "mes_userqueue.h" #include "amdgpu_userq_fence.h" -#include "v11_structs.h" #include <linux/pm_runtime.h> #define AMDGPU_USERQ_PROC_CTX_SZ PAGE_SIZE |