From: Mark McLoughlin Date: Thu, 20 Nov 2008 14:04:20 +0000 (+0000) Subject: intel-iommu: remove some unused struct intel_iommu fields X-Git-Tag: v2.6.29-rc1~522^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015ab17dc2e9de805c26e74f498b12ee5e8de07e;p=pandora-kernel.git 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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed