From: Kevin Winchester Date: Tue, 10 Aug 2010 00:20:32 +0000 (-0700) Subject: init/main.c: mark do_one_initcall* as __init_or_module X-Git-Tag: v2.6.36-rc1~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e446127134de06c4aceaa511f411d06eac91634b;p=pandora-kernel.git 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 Cc: Ingo Molnar Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed