diff options
| author | Masahiro Yamada <[email protected]> | 2015-03-27 10:59:02 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-28 09:03:09 -0400 |
| commit | d99cd32f05597f18fa1691404e112827972a8868 (patch) | |
| tree | bbf548643105676e85c973f5da5ec0f65d4bbbfd /Kbuild | |
| parent | 490cf5f0c9edef119baa477a62f9f92188931a4f (diff) | |
kbuild: remove redundant line from (generic-)asm-offsets.h
This line produces an extra comment line for generic-asm-offsets.h
and asm-offsets.h.
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
[ imported from Linux Kernel, commit 343d3e6cc861,
with modification of commit description ]
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'Kbuild')
| -rw-r--r-- | Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ define cmd_offsets echo " * DO NOT MODIFY."; \ echo " *"; \ echo " * This file was generated by Kbuild"; \ - echo " *"; \ echo " */"; \ echo ""; \ sed -ne $(sed-y) $<; \ |
