diff options
author | Christoph Hellwig <hch@lst.de> | 2023-05-18 15:52:08 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 10:44:40 -0400 |
commit | a64f7eb026ea7205bf9dfadabd746e47c5717b5d (patch) | |
tree | ac4aaa36e00621123634917aa82fad4784c4b1bb /drivers/gpu/drm/radeon/radeon_ttm.c | |
parent | 89fb3020d68d46807e1341ad8acae53cdf197234 (diff) |
drm/radeon: stop including swiotlb.h
radeon 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/radeon/radeon_ttm.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_ttm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c index 06a53ecc04a2..10794be30239 100644 --- a/drivers/gpu/drm/radeon/radeon_ttm.c +++ b/drivers/gpu/drm/radeon/radeon_ttm.c @@ -36,7 +36,6 @@ #include <linux/seq_file.h> #include <linux/slab.h> #include <linux/swap.h> -#include <linux/swiotlb.h> #include <drm/drm_device.h> #include <drm/drm_file.h> |