csky: Fixup compile warning
authorGuo Ren <ren_guo@c-sky.com>
Mon, 22 Apr 2019 06:21:09 +0000 (14:21 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Mon, 22 Apr 2019 06:46:23 +0000 (14:46 +0800)
commit1a23710c71bbfe2df10584afb9971b99c45e2576
tree6359f2763eed4ffba01548e80c8cd38ac58dce8d
parentdaac95e70f482e7add3305ee5e38f00dca505268
csky: Fixup compile warning

The function of __va() will return "void *", but the pgd_base is
unsigned long.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
arch/csky/mm/fault.c