aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-11-20 14:04:20 +0000
committerJoerg Roedel <joerg.roedel@amd.com>2009-01-03 11:57:34 +0100
commit015ab17dc2e9de805c26e74f498b12ee5e8de07e (patch)
tree9f86070afa1bf44b9c6622c47c6340834ef046af /drivers
parent6680598b44ed3c0052d155522eb21fc5a00de5f3 (diff)
downloadkernel_samsung_smdk4412-015ab17dc2e9de805c26e74f498b12ee5e8de07e.zip
kernel_samsung_smdk4412-015ab17dc2e9de805c26e74f498b12ee5e8de07e.tar.gz
kernel_samsung_smdk4412-015ab17dc2e9de805c26e74f498b12ee5e8de07e.tar.bz2
intel-iommu: remove some unused struct intel_iommu fields
The seg, saved_msg and sysdev fields appear to be unused since before the code was first merged. linux/msi.h is not needed in linux/intel-iommu.h anymore since there is no longer a reference to struct msi_msg. The MSI code in drivers/pci/intel-iommu.c still has linux/msi.h included via linux/dmar.h. linux/sysdev.h isn't needed because there is no reference to struct sys_device. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/intel-iommu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c
index 5c8baa4..8e5a445 100644
--- a/drivers/pci/intel-iommu.c
+++ b/drivers/pci/intel-iommu.c
@@ -27,7 +27,6 @@
#include <linux/slab.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
-#include <linux/sysdev.h>
#include <linux/spinlock.h>
#include <linux/pci.h>
#include <linux/dmar.h>