提交 b4a6b343 编写于 作者: J Jeff Mahoney 提交者: Tony Luck

[IA64] tioca: Fix assignment from incompatible pointer warnings

The prototype for sn_pci_provider->{dma_map,dma_map_consistent} expects
an unsigned long instead of a u64.
Signed-off-by: NJeff Mahoney <jeffm@suse.com>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 c1d036c4
......@@ -509,7 +509,7 @@ tioca_dma_unmap(struct pci_dev *pdev, dma_addr_t bus_addr, int dir)
* use the GART mapped mode.
*/
static u64
tioca_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma_flags)
tioca_dma_map(struct pci_dev *pdev, unsigned long paddr, size_t byte_count, int dma_flags)
{
u64 mapaddr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册