modules: Drop the .export_symbol section from the final modules
[linux-block.git] / scripts / module.lds.S
index bf5bcf2836d8152ec8a940e7c7f59baabe0da1b5..89ff01a22634f046dcab51455248b908bd6cfdec 100644 (file)
@@ -13,6 +13,7 @@ SECTIONS {
        /DISCARD/ : {
                *(.discard)
                *(.discard.*)
+               *(.export_symbol)
        }
 
        __ksymtab               0 : { *(SORT(___ksymtab+*)) }