Skip to content

Commit

Permalink
drm/amdgpu: stop including swiotlb.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Hellwig authored and Alex Deucher committed Jun 9, 2023
1 parent 4c44a51 commit 73ade64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 73ade64

Please sign in to comment.