diff options
author | Geliang Tang <geliangtang@gmail.com> | 2016-11-23 10:23:19 -0500 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-11-29 11:37:58 -0500 |
commit | 37bad55b784cad590e13d9d4b3ad2f9202e254e4 (patch) | |
tree | c01978bea5aacc6a291d0ffeda2b9134fcb53807 | |
parent | e5517c2a5a49ed5e99047008629f1cd60246ea0e (diff) |
iommu/s390: Drop duplicate header pci.h
Drop duplicate header pci.h from s390-iommu.c.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r-- | drivers/iommu/s390-iommu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/s390-iommu.c b/drivers/iommu/s390-iommu.c index 3b44b1d82f3b..179e636a4d91 100644 --- a/drivers/iommu/s390-iommu.c +++ b/drivers/iommu/s390-iommu.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <linux/pci.h> | 8 | #include <linux/pci.h> |
9 | #include <linux/iommu.h> | 9 | #include <linux/iommu.h> |
10 | #include <linux/iommu-helper.h> | 10 | #include <linux/iommu-helper.h> |
11 | #include <linux/pci.h> | ||
12 | #include <linux/sizes.h> | 11 | #include <linux/sizes.h> |
13 | #include <asm/pci_dma.h> | 12 | #include <asm/pci_dma.h> |
14 | 13 | ||