diff options
| author | Christoph Hellwig <[email protected]> | 2023-05-18 13:51:38 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-06-09 14:42:21 +0000 |
| commit | 73ade646c545feda7c5df9b9c78c5d011ce76463 (patch) | |
| tree | c856b91860116cfefe26eeafcd5de10bb5fcadbf /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | |
| parent | drm/radeon: reintroduce radeon_dp_work_func content (diff) | |
| download | kernel-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.c | 1 |
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> |
