diff options
| author | Christoph Hellwig <hch@lst.de> | 2023-05-18 15:51:38 +0200 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 10:42:21 -0400 |
| commit | 73ade646c545feda7c5df9b9c78c5d011ce76463 (patch) | |
| tree | c856b91860116cfefe26eeafcd5de10bb5fcadbf /drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | |
| parent | drm/radeon: reintroduce radeon_dp_work_func content (diff) | |
| download | linux-73ade646c545feda7c5df9b9c78c5d011ce76463.tar.gz linux-73ade646c545feda7c5df9b9c78c5d011ce76463.zip | |
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.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> |
