aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/trace
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 /include/trace
parentiommu: Move report_iommu_fault() to iommu.c (diff)
downloadwireguard-linux-461a6946b1f93f6720577fb06aa78e8cbd9291c9.tar.xz
wireguard-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 'include/trace')
-rw-r--r--include/trace/events/iommu.h1
1 files changed, 0 insertions, 1 deletions
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;