Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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>