Get rid of early_init. There's more need to make this form of
initialization actually useful and as is certainly unmergable with upstream. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -96,12 +96,6 @@ SECTIONS
|
||||
.init.setup : { *(.init.setup) }
|
||||
__setup_end = .;
|
||||
|
||||
.early_initcall.init : {
|
||||
__earlyinitcall_start = .;
|
||||
*(.initcall.early1.init)
|
||||
}
|
||||
__earlyinitcall_end = .;
|
||||
|
||||
__initcall_start = .;
|
||||
.initcall.init : {
|
||||
*(.initcall1.init)
|
||||
|
Reference in New Issue
Block a user