]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[IA64] pci: Remove unused fallback_dev
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 29 May 2013 21:55:02 +0000 (15:55 -0600)
committerTony Luck <tony.luck@intel.com>
Mon, 3 Jun 2013 23:04:31 +0000 (16:04 -0700)
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>
arch/ia64/kernel/pci-dma.c

index 1ddcfe5ef353cc0e8827d11affa6219331204cfa..992c1098c522c2eecf6dacbef4a3b96f2ecf2de1 100644 (file)
@@ -33,15 +33,6 @@ int force_iommu __read_mostly;
 
 int iommu_pass_through;
 
-/* Dummy device used for NULL arguments (normally ISA). Better would
-   be probably a smaller DMA mask, but this is bug-to-bug compatible
-   to i386. */
-struct device fallback_dev = {
-       .init_name = "fallback device",
-       .coherent_dma_mask = DMA_BIT_MASK(32),
-       .dma_mask = &fallback_dev.coherent_dma_mask,
-};
-
 extern struct dma_map_ops intel_dma_ops;
 
 static int __init pci_iommu_init(void)