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