linux/arch/hexagon/kernel
Randy Dunlap 200f351e27 arch/hexagon: fix kernel/dma.c build warning
Fix build warning in arch/hexagon/kernel/dma.c by casting a void *
to unsigned long to match the function parameter type.

../arch/hexagon/kernel/dma.c: In function 'arch_dma_alloc':
../arch/hexagon/kernel/dma.c:51:5: warning: passing argument 2 of 'gen_pool_add' makes integer from pointer without a cast [enabled by default]
../include/linux/genalloc.h:112:19: note: expected 'long unsigned int' but argument is of type 'void *'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Cc: linux-sh@vger.kernel.org
Patch-mainline: linux-kernel @ 07/20/2018, 20:17
[rkuo@codeaurora.org: fixed architecture name]
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
2018-09-10 19:42:01 -05:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
asm-offsets.c
dma.c arch/hexagon: fix kernel/dma.c build warning 2018-09-10 19:42:01 -05:00
head.S
hexagon_ksyms.c
irq_cpu.c
kgdb.c
module.c
process.c
ptrace.c hexagon: get rid of #include <generated/compile.h> 2017-10-09 23:28:45 +09:00
reset.c
screen_info.c
setup.c hexagon: fix printk format warning in setup.c 2018-06-15 07:55:25 +09:00
signal.c
smp.c
stacktrace.c
syscalltab.c
time.c
trampoline.S
traps.c signal/hexagon: Use force_sig_fault as appropriate 2018-04-25 10:41:00 -05:00
vdso.c
vm_entry.S
vm_events.c
vm_init_segtable.S
vm_ops.S
vm_switch.S
vm_vectors.S
vmlinux.lds.S hexagon: Make THREAD_SIZE available to vmlinux.lds 2018-01-09 22:01:39 +00:00