aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/module-common.lds
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/module-common.lds')
-rw-r--r--scripts/module-common.lds3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/module-common.lds b/scripts/module-common.lds
index bec15f908fc6..73a2c7da0e55 100644
--- a/scripts/module-common.lds
+++ b/scripts/module-common.lds
@@ -16,4 +16,7 @@ SECTIONS {
16 __kcrctab_unused 0 : { *(SORT(___kcrctab_unused+*)) } 16 __kcrctab_unused 0 : { *(SORT(___kcrctab_unused+*)) }
17 __kcrctab_unused_gpl 0 : { *(SORT(___kcrctab_unused_gpl+*)) } 17 __kcrctab_unused_gpl 0 : { *(SORT(___kcrctab_unused_gpl+*)) }
18 __kcrctab_gpl_future 0 : { *(SORT(___kcrctab_gpl_future+*)) } 18 __kcrctab_gpl_future 0 : { *(SORT(___kcrctab_gpl_future+*)) }
19
20 . = ALIGN(8);
21 .init_array 0 : { *(SORT(.init_array.*)) *(.init_array) }
19} 22}