Skip to content
Snippets Groups Projects
Commit a84cc69e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Joerg Roedel
Browse files

arm64: trim includes in dma-mapping.c


With most of the previous functionality now elsewhere a lot of the
headers included in this file are not needed.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent b5f75a36
No related branches found
No related tags found
No related merge requests found
......@@ -5,19 +5,9 @@
*/
#include <linux/gfp.h>
#include <linux/acpi.h>
#include <linux/memblock.h>
#include <linux/cache.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/genalloc.h>
#include <linux/dma-direct.h>
#include <linux/dma-noncoherent.h>
#include <linux/dma-contiguous.h>
#include <linux/dma-iommu.h>
#include <linux/vmalloc.h>
#include <linux/swiotlb.h>
#include <linux/pci.h>
#include <asm/cacheflush.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment