commit | e446127134de06c4aceaa511f411d06eac91634b | [log] [tgz] |
---|---|---|
author | Kevin Winchester <kjwinchester@gmail.com> | Mon Aug 09 17:20:32 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Aug 09 20:45:06 2010 -0700 |
tree | 7e685b71d8ed98cf712e1a88111c4613bc6f1847 | |
parent | 22c5c03b42c082ab57b5d24824769ada0d90f8dc [diff] |
init/main.c: mark do_one_initcall* as __init_or_module Andrew Morton suggested that the do_one_initcall and do_one_initcall_debug functions can be marked __init_or_module such that they can be discarded for the CONFIG_MODULES=N case. Signed-off-by: Kevin Winchester <kjwinchester@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>