arm64: module: split core and init PLT sections
[platform/kernel/linux-rpi.git] / arch / arm64 / kernel / module.lds
index 8949f6c..f7c9781 100644 (file)
@@ -1,3 +1,4 @@
 SECTIONS {
        .plt (NOLOAD) : { BYTE(0) }
+       .init.plt (NOLOAD) : { BYTE(0) }
 }