From: Masahiro Yamada Date: Fri, 27 Mar 2015 01:59:02 +0000 (+0900) Subject: kbuild: remove redundant line from (generic-)asm-offsets.h X-Git-Tag: v2015.04-rc5~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d99cd32f05597f18fa1691404e112827972a8868;p=u-boot 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 Signed-off-by: Michal Marek [ imported from Linux Kernel, commit 343d3e6cc861, with modification of commit description ] Signed-off-by: Masahiro Yamada --- diff --git a/Kbuild b/Kbuild index 979555f54f..51f7433bb3 100644 --- a/Kbuild +++ b/Kbuild @@ -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) $<; \