Commit 7da8fe56 authored by Linus Torvalds's avatar Linus Torvalds Committed by Dave Jones

Fix backslash at end of file

parent cfdc6fa2
...@@ -21,4 +21,4 @@ ...@@ -21,4 +21,4 @@
/* All kernel symbols */ \ /* All kernel symbols */ \
__start___kallsyms = .; \ __start___kallsyms = .; \
__kallsyms : { *(__kallsyms) } \ __kallsyms : { *(__kallsyms) } \
__stop___kallsyms = .; \ __stop___kallsyms = .;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment