diff options
author | 2023-03-21 19:05:11 +0200 | |
---|---|---|
committer | 2023-04-05 19:42:54 -0700 | |
commit | d5d2c02a4980c2e22037679457bf2d921b86a503 (patch) | |
tree | e5ce79f82aa94b6aeb3bc7e223a39768718cc82b /mm/memtest.c | |
parent | mm: move mem_init_print_info() to mm_init.c (diff) | |
download | wireguard-linux-d5d2c02a4980c2e22037679457bf2d921b86a503.tar.xz wireguard-linux-d5d2c02a4980c2e22037679457bf2d921b86a503.zip |
mm: move kmem_cache_init() declaration to mm/slab.h
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
Link: https://lkml.kernel.org/r/20230321170513.2401534-13-rppt@kernel.org
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Cc: Doug Berger <opendmb@gmail.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memtest.c')
0 files changed, 0 insertions, 0 deletions