]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - scripts/module-common.lds
sched/headers: Remove <linux/sched.h> from <linux/sched/debug.h>
[karo-tx-linux.git] / scripts / module-common.lds
index 73a2c7da0e551dc29d421334061bb9ebad9e8a78..cf7e52e4781b9b193f28dcbe1f6de9ed415eb50d 100644 (file)
@@ -4,7 +4,10 @@
  * combine them automatically.
  */
 SECTIONS {
-       /DISCARD/ : { *(.discard) }
+       /DISCARD/ : {
+               *(.discard)
+               *(.discard.*)
+       }
 
        __ksymtab               0 : { *(SORT(___ksymtab+*)) }
        __ksymtab_gpl           0 : { *(SORT(___ksymtab_gpl+*)) }