]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
iommu: Remove pci.h include from trace/events/iommu.h
authorJoerg Roedel <jroedel@suse.de>
Wed, 26 Apr 2017 13:46:20 +0000 (15:46 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 28 Apr 2017 22:20:49 +0000 (00:20 +0200)
The include file does not need any PCI specifics, so remove
that include. Also fix the places that relied on it.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
arch/arm64/mm/dma-mapping.c
drivers/infiniband/hw/qedr/main.c
drivers/iommu/fsl_pamu.h
drivers/iommu/rockchip-iommu.c
drivers/iommu/tegra-smmu.c
include/linux/dma-iommu.h
include/trace/events/iommu.h

index 81cdb2e844ed9fe80e4192315647ccc9245b8003..982f85b8162420cc31e4f1114938e1bbf02b097d 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/dma-contiguous.h>
 #include <linux/vmalloc.h>
 #include <linux/swiotlb.h>
+#include <linux/pci.h>
 
 #include <asm/cacheflush.h>
 
index b9b47e5cc8b3bde5a053107c0ba6a4997754c1ee..33033624cd9bf10a8ea269353f3638e73c6482f9 100644 (file)
@@ -35,6 +35,7 @@
 #include <rdma/ib_user_verbs.h>
 #include <linux/netdevice.h>
 #include <linux/iommu.h>
+#include <linux/pci.h>
 #include <net/addrconf.h>
 #include <linux/qed/qede_roce.h>
 #include <linux/qed/qed_chain.h>
index aab723f91f1294e8e59659e25659c8d8e1cada68..c3434f29c9671378281c8c87f4ca960251a6ffe6 100644 (file)
@@ -20,6 +20,7 @@
 #define __FSL_PAMU_H
 
 #include <linux/iommu.h>
+#include <linux/pci.h>
 
 #include <asm/fsl_pamu_stash.h>
 
index 9afcbf79f0b0b739ac506f82148bf708ead805f3..0ba303a184dd7c507451f1db566d051db6116ad2 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/delay.h>
 #include <linux/device.h>
 #include <linux/dma-iommu.h>
+#include <linux/dma-mapping.h>
 #include <linux/errno.h>
 #include <linux/interrupt.h>
 #include <linux/io.h>
index 9305964250acaf94cef7da5ce7f5a2fb6e78b5ce..eeb19f560a05ee54d87da40859e206626f1418a6 100644 (file)
@@ -15,6 +15,7 @@
 #include <linux/of_device.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
+#include <linux/dma-mapping.h>
 
 #include <soc/tegra/ahb.h>
 #include <soc/tegra/mc.h>
index 5725c94b1f121ece268c0fd8558cb94770c2c9cd..abd946569515c78d0ecd409dcca0d8e4ba111c65 100644 (file)
@@ -20,6 +20,7 @@
 #include <asm/errno.h>
 
 #ifdef CONFIG_IOMMU_DMA
+#include <linux/dma-mapping.h>
 #include <linux/iommu.h>
 #include <linux/msi.h>
 
index 2c7befb10f13e3b0175385e501e40ddedaab9094..99254ed89212b0036c7afecb1fcd318d6cac3b8b 100644 (file)
@@ -11,7 +11,6 @@
 #define _TRACE_IOMMU_H
 
 #include <linux/tracepoint.h>
-#include <linux/pci.h>
 
 struct device;