Change xlate_dev_{kmem,mem}_ptr() prototypes
authorThierry Reding <treding@nvidia.com>
Mon, 28 Jul 2014 15:05:31 +0000 (17:05 +0200)
committerThierry Reding <treding@nvidia.com>
Mon, 10 Nov 2014 14:59:21 +0000 (15:59 +0100)
xlate_dev_mem_ptr() is used to convert a physical address to an uncached
kernel virtual address mapping, so make it use phys_addr_t as type for
the physical address and return void * for the kernel virtual address.

xlate_dev_kmem_ptr() converts a cached kernel virtual address mapping to
an uncached kernel virtual address mapping, so make it use void * for
both the input parameter and return value.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/ia64/include/asm/uaccess.h

Simple merge