diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2013-05-29 17:55:02 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-06-03 19:04:31 -0400 |
commit | d5e660ba801e333657e7c6d10cd806f277c438fb (patch) | |
tree | 4dd214cfe5c1f45fe74fdb7a970c6dfdb5fddafd /arch/ia64/kernel | |
parent | 7451adc51661ac75d4b4c56056451a58cccf1967 (diff) |
[IA64] pci: Remove unused fallback_dev
There are no users of fallback_dev, so remove it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r-- | arch/ia64/kernel/pci-dma.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/ia64/kernel/pci-dma.c b/arch/ia64/kernel/pci-dma.c index 1ddcfe5ef353..992c1098c522 100644 --- a/arch/ia64/kernel/pci-dma.c +++ b/arch/ia64/kernel/pci-dma.c | |||
@@ -33,15 +33,6 @@ int force_iommu __read_mostly; | |||
33 | 33 | ||
34 | int iommu_pass_through; | 34 | int iommu_pass_through; |
35 | 35 | ||
36 | /* Dummy device used for NULL arguments (normally ISA). Better would | ||
37 | be probably a smaller DMA mask, but this is bug-to-bug compatible | ||
38 | to i386. */ | ||
39 | struct device fallback_dev = { | ||
40 | .init_name = "fallback device", | ||
41 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
42 | .dma_mask = &fallback_dev.coherent_dma_mask, | ||
43 | }; | ||
44 | |||
45 | extern struct dma_map_ops intel_dma_ops; | 36 | extern struct dma_map_ops intel_dma_ops; |
46 | 37 | ||
47 | static int __init pci_iommu_init(void) | 38 | static int __init pci_iommu_init(void) |