mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
m68k: Finally remove leftover markers sections
Markers have removed already twice: 1:fc5377668c
2:eb878b3bc0
But a little bit is still here. Signed-off-by: Tkhai Kirill <tkhai@yandex.ru> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
8b223432f7
commit
bc74ee9769
2 changed files with 0 additions and 2 deletions
|
@ -77,7 +77,6 @@ SECTIONS {
|
|||
|
||||
*(.rodata) *(.rodata.*)
|
||||
*(__vermagic) /* Kernel version magic */
|
||||
*(__markers_strings)
|
||||
*(.rodata1)
|
||||
*(.rodata.str1.1)
|
||||
|
||||
|
|
|
@ -222,7 +222,6 @@
|
|||
VMLINUX_SYMBOL(__start___tracepoints_ptrs) = .; \
|
||||
*(__tracepoints_ptrs) /* Tracepoints: pointer array */\
|
||||
VMLINUX_SYMBOL(__stop___tracepoints_ptrs) = .; \
|
||||
*(__markers_strings) /* Markers: strings */ \
|
||||
*(__tracepoints_strings)/* Tracepoints: strings */ \
|
||||
} \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue