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

Commit 193a667f authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

alpha: drop pci_iomap/pci_iounmap from pci-noop.c



Jenkins disables PCI so asm-generic provides inline
stubs for these, we don't need offline stubs as well.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 34f1bdee
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -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);