Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc74ee97 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by Geert Uytterhoeven
Browse files

m68k: Finally remove leftover markers sections



Markers have removed already twice:

1: fc537766
2: eb878b3b

But a little bit is still here.

Signed-off-by: default avatarTkhai Kirill <tkhai@yandex.ru>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 8b223432
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ SECTIONS {

		*(.rodata) *(.rodata.*)
		*(__vermagic)		/* Kernel version magic */
		*(__markers_strings)
		*(.rodata1)
		*(.rodata.str1.1)

+0 −1
Original line number Diff line number Diff line
@@ -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 */	\
	}								\
									\