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

[MM]: sparse_init() should be __init.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7db00552
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment