Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5e660ba authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Tony Luck
Browse files

[IA64] pci: Remove unused fallback_dev



There are no users of fallback_dev, so remove it.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 7451adc5
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -33,15 +33,6 @@ int force_iommu __read_mostly;


int iommu_pass_through;
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;
extern struct dma_map_ops intel_dma_ops;


static int __init pci_iommu_init(void)
static int __init pci_iommu_init(void)