From: "Mike Rapoport (IBM)" <rppt@xxxxxxxxxx>
vmalloc_init() is called only from mm_core_init(), there is no need to
declare it in include/linux/vmalloc.h
Move vmalloc_init() declaration to mm/internal.h
Signed-off-by: Mike Rapoport (IBM) <rppt@xxxxxxxxxx>
---