From ce7d61d25ec69415562c2924ce4cfa3c7bcac135 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Mon, 30 Oct 2006 22:07:14 -0800 Subject: [PATCH] --- yaml --- r: 40513 b: refs/heads/master c: 525fdb6cc929b515ad7e0be40fd023cff8660ed8 h: refs/heads/master i: 40511: 0b4d25eef67976d288f387d432fca4839430c976 v: v3 --- [refs] | 2 +- trunk/include/asm-um/common.lds.S | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index e61afe5bacd6..9159461a7e86 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1480c56feb2a894fd47fb399999a5b320c3e103 +refs/heads/master: 525fdb6cc929b515ad7e0be40fd023cff8660ed8 diff --git a/trunk/include/asm-um/common.lds.S b/trunk/include/asm-um/common.lds.S index 1010153faaf9..f0454516dd31 100644 --- a/trunk/include/asm-um/common.lds.S +++ b/trunk/include/asm-um/common.lds.S @@ -42,13 +42,7 @@ __initcall_start = .; .initcall.init : { - *(.initcall1.init) - *(.initcall2.init) - *(.initcall3.init) - *(.initcall4.init) - *(.initcall5.init) - *(.initcall6.init) - *(.initcall7.init) + INITCALLS } __initcall_end = .;