aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2023-05-18 13:51:38 +0000
committerAlex Deucher <[email protected]>2023-06-09 14:42:21 +0000
commit73ade646c545feda7c5df9b9c78c5d011ce76463 (patch)
treec856b91860116cfefe26eeafcd5de10bb5fcadbf /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
parentdrm/radeon: reintroduce radeon_dp_work_func content (diff)
downloadkernel-73ade646c545feda7c5df9b9c78c5d011ce76463.tar.gz
kernel-73ade646c545feda7c5df9b9c78c5d011ce76463.zip
drm/amdgpu: stop including swiotlb.h
amdgpu does not need swiotlb.h, so stop including it. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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>