Skip to content
Snippets Groups Projects
Commit 6a5b518f authored by David S. Miller's avatar David S. Miller
Browse files

[MM]: sparse_init() should be __init.

parent 7db00552
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment