From: Christoph Hellwig Date: Thu, 18 May 2023 13:51:38 +0000 (+0200) Subject: drm/amdgpu: stop including swiotlb.h X-Git-Tag: v6.5-rc1~28^2~12^2~247 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=73ade646c545feda7c5df9b9c78c5d011ce76463;p=linux-2.6-block.git drm/amdgpu: stop including swiotlb.h amdgpu does not need swiotlb.h, so stop including it. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c index 509b26e9d0c4..0abad5f89421 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include