Merge branch 'for-4.1/sensor-hub' into for-linus
[cascardo/linux.git] / scripts / module-common.lds
index bec15f9..73a2c7d 100644 (file)
@@ -16,4 +16,7 @@ SECTIONS {
        __kcrctab_unused        0 : { *(SORT(___kcrctab_unused+*)) }
        __kcrctab_unused_gpl    0 : { *(SORT(___kcrctab_unused_gpl+*)) }
        __kcrctab_gpl_future    0 : { *(SORT(___kcrctab_gpl_future+*)) }
+
+       . = ALIGN(8);
+       .init_array             0 : { *(SORT(.init_array.*)) *(.init_array) }
 }