From ecdb0b32e518a69a724d3cb7a6e5a4d2be2db8a1 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Fri, 28 Feb 2025 14:55:57 -0500 Subject: [PATCH] drm/amdgpu/userq: move the header to amdgpu directory To align with other headers. Reviewed-by: Prike Liang Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/{include => amdgpu}/amdgpu_userqueue.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drivers/gpu/drm/amd/{include => amdgpu}/amdgpu_userqueue.h (100%) diff --git a/drivers/gpu/drm/amd/include/amdgpu_userqueue.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h similarity index 100% rename from drivers/gpu/drm/amd/include/amdgpu_userqueue.h rename to drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.h -- 2.50.1