From: David S. Miller Date: Mon, 7 May 2007 06:54:25 +0000 (-0700) Subject: [MM]: sparse_init() should be __init. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6a5b518f222449e707e553573f937faf6e57f03d;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [MM]: sparse_init() should be __init. Signed-off-by: David S. Miller --- diff --git a/mm/sparse.c b/mm/sparse.c index ac26eb0d73c..893e5621c24 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -272,7 +272,7 @@ static void __kfree_section_memmap(struct page *memmap, unsigned long nr_pages) * Allocate the accumulated non-linear sections, allocate a mem_map * for each and record the physical to section mapping. */ -void sparse_init(void) +void __init sparse_init(void) { unsigned long pnum; struct page *map;