Commit f7434ef4 authored by Rusty Russell's avatar Rusty Russell Committed by Kai Germaschewski

[PATCH] Remove dup __gpl_ksymtab in arm file

Russell's patch beat mine in, and unfortunately didn't conflict, so
armv has two __gpl_ksymtab sections.

Revert mine.
parent 0905db39
......@@ -87,12 +87,6 @@ SECTIONS
__stop___ksymtab = .;
}
__gpl_ksymtab : { /* Kernel symbol table: GPL-only*/
__start___gpl_ksymtab = .;
*(__gpl_ksymtab)
__stop___gpl_ksymtab = .;
}
__kallsyms : { /* All kernel symbols */
__start___kallsyms = .;
*(__kallsyms)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment