aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2017-04-26 15:46:20 +0200
committerJoerg Roedel <jroedel@suse.de>2017-04-29 00:20:49 +0200
commit461a6946b1f93f6720577fb06aa78e8cbd9291c9 (patch)
tree0afe7fc6945f9ace8480ce3708c82c1e4c324bd4 /drivers/infiniband/hw/qedr
parentiommu: Move report_iommu_fault() to iommu.c (diff)
downloadlinux-dev-461a6946b1f93f6720577fb06aa78e8cbd9291c9.tar.xz
linux-dev-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/infiniband/hw/qedr')
-rw-r--r--drivers/infiniband/hw/qedr/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/qedr/main.c b/drivers/infiniband/hw/qedr/main.c
index b9b47e5cc8b3..33033624cd9b 100644
--- a/drivers/infiniband/hw/qedr/main.c
+++ b/drivers/infiniband/hw/qedr/main.c
@@ -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>