aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/vmlinux.lds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index 9d873163a7ab..e60d6f21fa62 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -215,6 +215,8 @@
215 .notes : { *(.note.*) } :note 215 .notes : { *(.note.*) } :note
216 216
217#define INITCALLS \ 217#define INITCALLS \
218 *(.initcall0.init) \
219 *(.initcall0s.init) \
218 *(.initcall1.init) \ 220 *(.initcall1.init) \
219 *(.initcall1s.init) \ 221 *(.initcall1s.init) \
220 *(.initcall2.init) \ 222 *(.initcall2.init) \