]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit6d7623943c905efae327933bc5ee0b2f78e15f56
treee2e4e073bd495970aa487bec94c560dcf31e33b1
parent88173507e4fc1e7ecd111b0565e8cba0cb7dae6d
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