Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a5b518f authored by David S. Miller's avatar David S. Miller
Browse files

[MM]: sparse_init() should be __init.

parent 7db00552
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;