v4.19.13 snapshot.
diff --git a/arch/arm/kernel/module.lds b/arch/arm/kernel/module.lds
new file mode 100644
index 0000000..79cb6af
--- /dev/null
+++ b/arch/arm/kernel/module.lds
@@ -0,0 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+SECTIONS {
+	.plt : { BYTE(0) }
+	.init.plt : { BYTE(0) }
+}