summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-05-18 16:51:38 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 17:42:21 +0300
commit73ade646c545feda7c5df9b9c78c5d011ce76463 (patch)
treec856b91860116cfefe26eeafcd5de10bb5fcadbf /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
parent4c44a51c78447ae97a6d7ef27ffdb790c3f61cca (diff)
downloadlinux-73ade646c545feda7c5df9b9c78c5d011ce76463.tar.xz
drm/amdgpu: stop including swiotlb.h
amdgpu does not need swiotlb.h, so stop including it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/swap.h>
-#include <linux/swiotlb.h>
#include <linux/dma-buf.h>
#include <linux/sizes.h>
#include <linux/module.h>