OSDN Git Service

ALSA: dummy: Fix PCM format loop in proc output
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / scripts / module-common.lds
index 73a2c7d..53234e8 100644 (file)
@@ -19,4 +19,6 @@ SECTIONS {
 
        . = ALIGN(8);
        .init_array             0 : { *(SORT(.init_array.*)) *(.init_array) }
+
+       __jump_table            0 : ALIGN(8) { KEEP(*(__jump_table)) }
 }