[IA64] tioca: Fix assignment from incompatible pointer warnings
authorJeff Mahoney <jeffm@suse.com>
Thu, 24 Feb 2011 20:33:24 +0000 (15:33 -0500)
committerTony Luck <tony.luck@intel.com>
Wed, 2 Mar 2011 22:04:07 +0000 (14:04 -0800)
The prototype for sn_pci_provider->{dma_map,dma_map_consistent} expects
an unsigned long instead of a u64.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/pci/tioca_provider.c

index 4d4536e..9c271be 100644 (file)
@@ -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;