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/rockchip-iommu.c | |
parent | 207c6e36f122ebb1164d611c9f34f128313f47d5 (diff) | |
download | linux-stable-461a6946b1f93f6720577fb06aa78e8cbd9291c9.tar.gz linux-stable-461a6946b1f93f6720577fb06aa78e8cbd9291c9.tar.bz2 linux-stable-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/rockchip-iommu.c')
-rw-r--r-- | drivers/iommu/rockchip-iommu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/rockchip-iommu.c b/drivers/iommu/rockchip-iommu.c index 9afcbf79f0b0..0ba303a184dd 100644 --- a/drivers/iommu/rockchip-iommu.c +++ b/drivers/iommu/rockchip-iommu.c @@ -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> |