commit | 094e9539bd24bbe23b8e2741e903b0f3f1f85b03 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Tue Feb 02 13:44:14 2010 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 02 18:11:22 2010 -0800 |
tree | 1b217c0351db28589fc164d5bf570d61c173bf5c | |
parent | 03eac7bb882a75e6ee5705288f7ec36ad2e7d0d5 [diff] |
hugetlb: fix section mismatches hugetlb_sysfs_add_hstate is called by hugetlb_register_node directly during init and also indirectly via sysfs after init. This patch removes the __init tag from hugetlb_sysfs_add_hstate. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Cc: Lee Schermerhorn <lee.schermerhorn@hp.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>