aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-generic/vmlinux.lds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index f8f6f04c4453..42844931b851 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -332,7 +332,6 @@
332 __start_rodata = .; \ 332 __start_rodata = .; \
333 *(.rodata) *(.rodata.*) \ 333 *(.rodata) *(.rodata.*) \
334 RO_AFTER_INIT_DATA /* Read only after init */ \ 334 RO_AFTER_INIT_DATA /* Read only after init */ \
335 KEEP(*(__vermagic)) /* Kernel version magic */ \
336 . = ALIGN(8); \ 335 . = ALIGN(8); \
337 __start___tracepoints_ptrs = .; \ 336 __start___tracepoints_ptrs = .; \
338 KEEP(*(__tracepoints_ptrs)) /* Tracepoints: pointer array */ \ 337 KEEP(*(__tracepoints_ptrs)) /* Tracepoints: pointer array */ \