diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2012-10-07 22:27:32 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-10-09 16:28:45 -0400 |
commit | 37185b33240870719b6b5913a46e6a441f1ae96f (patch) | |
tree | 60a0f5adbb3d6b879a504defeddb3ff1ecff77d7 /arch/um/kernel/uml.lds.S | |
parent | 382d95fdfa7ff5c54f6495c597c7cf6d124e404b (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/uml.lds.S')
-rw-r--r-- | arch/um/kernel/uml.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/uml.lds.S b/arch/um/kernel/uml.lds.S index fbd99402d4d2..ff65fb4f1a95 100644 --- a/arch/um/kernel/uml.lds.S +++ b/arch/um/kernel/uml.lds.S | |||
@@ -60,7 +60,7 @@ SECTIONS | |||
60 | PROVIDE_HIDDEN(__rela_iplt_end = .); | 60 | PROVIDE_HIDDEN(__rela_iplt_end = .); |
61 | } | 61 | } |
62 | 62 | ||
63 | #include "asm/common.lds.S" | 63 | #include <asm/common.lds.S> |
64 | 64 | ||
65 | init.data : { INIT_DATA } | 65 | init.data : { INIT_DATA } |
66 | .data : | 66 | .data : |