m68knommu: missing sections for linker script

Include the missing kcrctab and kcrctab_unused sections into the m68knommu
linker script.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Greg Ungerer and committed by Linus Torvalds f38c8431 e662e1cf

+10
+10
arch/m68knommu/kernel/vmlinux.lds.S
··· 114 114 *(__kcrctab_gpl) 115 115 __stop___kcrctab_gpl = .; 116 116 117 + /* Kernel symbol table: Normal unused symbols */ 118 + __start___kcrctab_unused = .; 119 + *(__kcrctab_unused) 120 + __stop___kcrctab_unused = .; 121 + 122 + /* Kernel symbol table: GPL-only unused symbols */ 123 + __start___kcrctab_unused_gpl = .; 124 + *(__kcrctab_unused_gpl) 125 + __stop___kcrctab_unused_gpl = .; 126 + 117 127 /* Kernel symbol table: GPL-future symbols */ 118 128 __start___kcrctab_gpl_future = .; 119 129 *(__kcrctab_gpl_future)