Loading arch/alpha/kernel/pci-noop.c +0 −12 Original line number Diff line number Diff line Loading @@ -185,15 +185,3 @@ struct dma_map_ops alpha_noop_ops = { struct dma_map_ops *dma_ops = &alpha_noop_ops; EXPORT_SYMBOL(dma_ops); void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) { return NULL; } void pci_iounmap(struct pci_dev *dev, void __iomem * addr) { } EXPORT_SYMBOL(pci_iomap); EXPORT_SYMBOL(pci_iounmap); Loading
arch/alpha/kernel/pci-noop.c +0 −12 Original line number Diff line number Diff line Loading @@ -185,15 +185,3 @@ struct dma_map_ops alpha_noop_ops = { struct dma_map_ops *dma_ops = &alpha_noop_ops; EXPORT_SYMBOL(dma_ops); void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) { return NULL; } void pci_iounmap(struct pci_dev *dev, void __iomem * addr) { } EXPORT_SYMBOL(pci_iomap); EXPORT_SYMBOL(pci_iounmap);