diff options
Diffstat (limited to 'arch/mips/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/mips/kernel/vmlinux.lds.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S index 482ac310c937..ff345f2c42c2 100644 --- a/arch/mips/kernel/vmlinux.lds.S +++ b/arch/mips/kernel/vmlinux.lds.S | |||
@@ -96,12 +96,6 @@ SECTIONS | |||
96 | .init.setup : { *(.init.setup) } | 96 | .init.setup : { *(.init.setup) } |
97 | __setup_end = .; | 97 | __setup_end = .; |
98 | 98 | ||
99 | .early_initcall.init : { | ||
100 | __earlyinitcall_start = .; | ||
101 | *(.initcall.early1.init) | ||
102 | } | ||
103 | __earlyinitcall_end = .; | ||
104 | |||
105 | __initcall_start = .; | 99 | __initcall_start = .; |
106 | .initcall.init : { | 100 | .initcall.init : { |
107 | *(.initcall1.init) | 101 | *(.initcall1.init) |