[patch 02/14] Modules: Include sections.h to avoid defining linker variables explicitly

2007-11-26 Thread Christoph Lameter
Module.c should not define linker variables on its own. We have an include file for that. Cc: Rusty Russell <[EMAIL PROTECTED]> Cc: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- kernel/module.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

Modules: Include sections.h to avoid defining linker variables explicitly

2007-11-21 Thread Christoph Lameter
Module.c should not define linker variables on its own. We have an include file for that. Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> --- kernel/module.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Index: linux-2.6/kernel/module.c ===