From: Christoph Hellwig Date: Thu, 18 May 2023 13:51:38 +0000 (+0200) Subject: drm/amdgpu: stop including swiotlb.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=73ade646c545feda7c5df9b9c78c5d011ce76463;p=linux.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 509b26e9d0c4a..0abad5f894213 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