diff options
author | Joerg Roedel <jroedel@suse.de> | 2017-04-26 15:46:20 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2017-04-29 00:20:49 +0200 |
commit | 461a6946b1f93f6720577fb06aa78e8cbd9291c9 (patch) | |
tree | 0afe7fc6945f9ace8480ce3708c82c1e4c324bd4 /include | |
parent | 207c6e36f122ebb1164d611c9f34f128313f47d5 (diff) |
iommu: Remove pci.h include from trace/events/iommu.h
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dma-iommu.h | 1 | ||||
-rw-r--r-- | include/trace/events/iommu.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-iommu.h b/include/linux/dma-iommu.h index 5725c94b1f12..abd946569515 100644 --- a/include/linux/dma-iommu.h +++ b/include/linux/dma-iommu.h @@ -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> diff --git a/include/trace/events/iommu.h b/include/trace/events/iommu.h index 2c7befb10f13..99254ed89212 100644 --- a/include/trace/events/iommu.h +++ b/include/trace/events/iommu.h @@ -11,7 +11,6 @@ #define _TRACE_IOMMU_H #include <linux/tracepoint.h> -#include <linux/pci.h> struct device; |