projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89fb302
)
drm/radeon: stop including swiotlb.h
author
Christoph Hellwig
<hch@lst.de>
Thu, 18 May 2023 13:52:08 +0000
(15:52 +0200)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:44:40 +0000
(10:44 -0400)
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>
drivers/gpu/drm/radeon/radeon_ttm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/radeon_ttm.c
b/drivers/gpu/drm/radeon/radeon_ttm.c
index 06a53ecc04a25f497fcea7d68f4b64a640db2635..10794be3023903abf89426355f92b165c1659ed3 100644
(file)
--- 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>