diff options
author | Fenghua Yu <fenghua.yu@intel.com> | 2009-04-30 17:57:11 -0700 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-01 16:44:47 +0100 |
commit | aed5d5f4c5ea5da01a774e42cff08c4b4fa59072 (patch) | |
tree | 974b4c844a54cbeba858bd34714b01e43ca8e13d /drivers/pci/intel-iommu.c | |
parent | 4ed0d3e6c64cfd9ba4ceb2099b10d1cf8ece4320 (diff) | |
download | blackbird-obmc-linux-aed5d5f4c5ea5da01a774e42cff08c4b4fa59072.tar.gz blackbird-obmc-linux-aed5d5f4c5ea5da01a774e42cff08c4b4fa59072.zip |
Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support
This updated patch should fix the compiling errors and remove the extern
iommu_pass_through from drivers/pci/intel-iommu.c file.
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/pci/intel-iommu.c')
-rw-r--r-- | drivers/pci/intel-iommu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/intel-iommu.c b/drivers/pci/intel-iommu.c index 13121821db7f..d3edd6aa82ce 100644 --- a/drivers/pci/intel-iommu.c +++ b/drivers/pci/intel-iommu.c @@ -288,7 +288,6 @@ int dmar_disabled = 1; static int __initdata dmar_map_gfx = 1; static int dmar_forcedac; static int intel_iommu_strict; -int iommu_pass_through; #define DUMMY_DEVICE_DOMAIN_INFO ((struct device_domain_info *)(-1)) static DEFINE_SPINLOCK(device_domain_lock); |