From: Stephen Boyd Date: Tue, 26 Jul 2011 00:13:12 +0000 (-0700) Subject: kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n X-Git-Tag: v3.1-rc1~241^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626a0312514a121a90b4478cbde111ffc6826ae2;p=pandora-kernel.git kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=n If CONFIG_IKCONFIG=m but CONFIG_IKCONFIG_PROC=n we get a module that has no MODULE_LICENSE definition. Move the MODULE_*() definitions outside the CONFIG_IKCONFIG_PROC #ifdef to prevent this configuration from tainting the kernel. Signed-off-by: Stephen Boyd Acked-by: Randy Dunlap Acked-by: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed