diff options
author | Stephen Boyd <bebarino@gmail.com> | 2011-07-25 17:13:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-25 20:57:15 -0700 |
commit | 626a0312514a121a90b4478cbde111ffc6826ae2 (patch) | |
tree | 18524e3f4ea38576459da3d29323bc2268b7d282 /init | |
parent | a376d3d6727b2f05ef4c6670cc74afbd8110df89 (diff) | |
download | op-kernel-dev-626a0312514a121a90b4478cbde111ffc6826ae2.zip op-kernel-dev-626a0312514a121a90b4478cbde111ffc6826ae2.tar.gz |
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 <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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions