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>
This commit is contained in:
Christoph Hellwig 2023-05-18 15:52:08 +02:00 committed by Alex Deucher
parent 89fb3020d6
commit a64f7eb026
1 changed files with 0 additions and 1 deletions

View File

@ -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>