]> git.baikalelectronics.ru Git - kernel.git/commit
modules: include sections.h to avoid defining linker variables explicitly
authorChristoph Lameter <clameter@sgi.com>
Fri, 8 Feb 2008 12:18:42 +0000 (04:18 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:24 +0000 (09:22 -0800)
commit10a3d2823fa711d210d6cb9f8f648630344b57cf
treee2e4e073bd495970aa487bec94c560dcf31e33b1
parent4a5a5251e78d7dcd77fe8231ca161bfa638e5450
modules: include sections.h to avoid defining linker variables explicitly

module.c should not define linker variables on its own. We have an include
file for that.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
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>
kernel/module.c