Commit 8fe51b45 authored by Wang Yao's avatar Wang Yao Committed by Masahiro Yamada
Browse files

modules: Drop the .export_symbol section from the final modules



Commit ddb5cdba ("kbuild: generate KSYMTAB entries by modpost")
forget drop the .export_symbol section from the final modules.

Fixes: ddb5cdba ("kbuild: generate KSYMTAB entries by modpost")
Signed-off-by: default avatarWang Yao <wangyao@lemote.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent dfff05cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ SECTIONS {
	/DISCARD/ : {
		*(.discard)
		*(.discard.*)
		*(.export_symbol)
	}

	__ksymtab		0 : { *(SORT(___ksymtab+*)) }