Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6a5b518f222449e707e553573f937faf6e57f03d
Commit:     6a5b518f222449e707e553573f937faf6e57f03d
Parent:     7db00552d937e4c0825895734ba5fe257dfe8ced
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Sun May 6 23:54:25 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sun May 6 23:54:25 2007 -0700

    [MM]: sparse_init() should be __init.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 mm/sparse.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 @@ 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to