diff options
author | Yangtao Li <tiny.windzz@gmail.com> | 2018-11-30 09:35:21 -0500 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2018-12-03 14:26:12 +0100 |
commit | 753a31a46b1afebf2399c005bb81eccf227393c1 (patch) | |
tree | 2e997f8a1def77d5dc8c121777bc02670832b65a /drivers/iommu | |
parent | 5d95f40e62e4f2ed3053e9b178471669736cf636 (diff) | |
download | talos-op-linux-753a31a46b1afebf2399c005bb81eccf227393c1.tar.gz talos-op-linux-753a31a46b1afebf2399c005bb81eccf227393c1.zip |
irq_remapping: Remove unused header files
seq_file.h does not need to be included,so remove it.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/irq_remapping.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/irq_remapping.c b/drivers/iommu/irq_remapping.c index 7d0f3074d41d..b94ebd42edd8 100644 --- a/drivers/iommu/irq_remapping.c +++ b/drivers/iommu/irq_remapping.c @@ -1,4 +1,3 @@ -#include <linux/seq_file.h> #include <linux/cpumask.h> #include <linux/kernel.h> #include <linux/string.h> |