aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/dyn.lds.S
diff options
context:
space:
mode:
authorAl Viro <viro@ZenIV.linux.org.uk>2012-10-07 22:27:32 -0400
committerRichard Weinberger <richard@nod.at>2012-10-09 16:28:45 -0400
commit37185b33240870719b6b5913a46e6a441f1ae96f (patch)
tree60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 /arch/um/kernel/dyn.lds.S
parent382d95fdfa7ff5c54f6495c597c7cf6d124e404b (diff)
um: get rid of pointless include "..." where include <...> will do
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
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