Commit 193a667fba76b3df482cbf865228e26ee246e889

Authored by Michael S. Tsirkin
1 parent 34f1bdee19

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: Michael S. Tsirkin <mst@redhat.com>

Showing 1 changed file with 0 additions and 12 deletions Side-by-side Diff

arch/alpha/kernel/pci-noop.c
... ... @@ -185,16 +185,4 @@
185 185  
186 186 struct dma_map_ops *dma_ops = &alpha_noop_ops;
187 187 EXPORT_SYMBOL(dma_ops);
188   -
189   -void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen)
190   -{
191   - return NULL;
192   -}
193   -
194   -void pci_iounmap(struct pci_dev *dev, void __iomem * addr)
195   -{
196   -}
197   -
198   -EXPORT_SYMBOL(pci_iomap);
199   -EXPORT_SYMBOL(pci_iounmap);