diff options
-rw-r--r-- | arch/alpha/kernel/pci-noop.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/alpha/kernel/pci-noop.c b/arch/alpha/kernel/pci-noop.c index 246100ef07c2..04eea4894ef3 100644 --- a/arch/alpha/kernel/pci-noop.c +++ b/arch/alpha/kernel/pci-noop.c | |||
@@ -185,15 +185,3 @@ struct dma_map_ops alpha_noop_ops = { | |||
185 | 185 | ||
186 | struct dma_map_ops *dma_ops = &alpha_noop_ops; | 186 | struct dma_map_ops *dma_ops = &alpha_noop_ops; |
187 | EXPORT_SYMBOL(dma_ops); | 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); | ||