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 /drivers/iommu/fsl_pamu.h | |
parent | iommu: Move report_iommu_fault() to iommu.c (diff) | |
download | linux-461a6946b1f93f6720577fb06aa78e8cbd9291c9.tar.xz linux-461a6946b1f93f6720577fb06aa78e8cbd9291c9.zip |
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 'drivers/iommu/fsl_pamu.h')
-rw-r--r-- | drivers/iommu/fsl_pamu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/fsl_pamu.h b/drivers/iommu/fsl_pamu.h index aab723f91f12..c3434f29c967 100644 --- a/drivers/iommu/fsl_pamu.h +++ b/drivers/iommu/fsl_pamu.h @@ -20,6 +20,7 @@ #define __FSL_PAMU_H #include <linux/iommu.h> +#include <linux/pci.h> #include <asm/fsl_pamu_stash.h> |