commit | 6a5b518f222449e707e553573f937faf6e57f03d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sun May 06 23:54:25 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun May 06 23:54:25 2007 -0700 |
tree | df05575e5f9c128fe564cfe83ce7fe4255b39028 | |
parent | 7db00552d937e4c0825895734ba5fe257dfe8ced [diff] [blame] |
[MM]: sparse_init() should be __init. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/mm/sparse.c b/mm/sparse.c index ac26eb0..893e562 100644 --- a/mm/sparse.c +++ b/mm/sparse.c
@@ -272,7 +272,7 @@ * 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;