aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/dyn.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/dyn.lds.S')
-rw-r--r--arch/um/kernel/dyn.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/dyn.lds.S b/arch/um/kernel/dyn.lds.S
index a3cab6d3ae02..fb8fd6fb6563 100644
--- a/arch/um/kernel/dyn.lds.S
+++ b/arch/um/kernel/dyn.lds.S
@@ -89,7 +89,7 @@ SECTIONS
89 89
90 .kstrtab : { *(.kstrtab) } 90 .kstrtab : { *(.kstrtab) }
91 91
92 #include "asm/common.lds.S" 92 #include <asm/common.lds.S>
93 93
94 init.data : { INIT_DATA } 94 init.data : { INIT_DATA }
95 95