[PATCH] drm/radeon: stop including swiotlb.h
Christoph Hellwig
hch at lst.de
Thu May 18 13:52:08 UTC 2023
radeon does not need swiotlb.h, so stop including it.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
drivers/gpu/drm/radeon/radeon_ttm.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/radeon/radeon_ttm.c b/drivers/gpu/drm/radeon/radeon_ttm.c
index 2220cdf6a3f680..04df08356d553f 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>
--
2.39.2
More information about the amd-gfx
mailing list