aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/pci_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/pci_32.h')
-rw-r--r--include/asm-sparc/pci_32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sparc/pci_32.h b/include/asm-sparc/pci_32.h
index b93b6c79e08f..0ee949d220c0 100644
--- a/include/asm-sparc/pci_32.h
+++ b/include/asm-sparc/pci_32.h
@@ -154,7 +154,8 @@ static inline void pci_dma_burst_advice(struct pci_dev *pdev,
#define PCI_DMA_ERROR_CODE (~(dma_addr_t)0x0)
-static inline int pci_dma_mapping_error(dma_addr_t dma_addr)
+static inline int pci_dma_mapping_error(struct pci_dev *pdev,
+ dma_addr_t dma_addr)
{
return (dma_addr == PCI_DMA_ERROR_CODE);
}