]> git.karo-electronics.de Git - karo-tx-linux.git/commit
If CONFIG_IKCONFIG=m but CONFIG_IKCONFIG_PROC=n we get a module that has
authorStephen Boyd <bebarino@gmail.com>
Sat, 16 Jul 2011 13:31:12 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:20 +0000 (15:05 +1000)
commitabccb56c7f828ec28a044a9f0aeb982099db9c00
tree047bba4d3c2a0e503308e4b68963d420509f7ae9
parentadb40ce1ff45490f8d2acf1d421956946a93b1ca
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 <bebarino@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/configs.c