commit | 1b2707fb1189b890e538ed09ca3f3512173cb836 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 22 20:19:14 2019 +0900 |
committer | Guo Ren <ren_guo@c-sky.com> | Mon Apr 22 13:44:57 2019 +0800 |
tree | 9c21b83a2fbb16d507e3031b480d5e3e89734bdf | |
parent | 2f7932b011e7fb9f98732f95a68f6017d4d8c542 [diff] |
csky: remove redundant generic-y Since commit 7cbbbb8bc297 ("kbuild: warn redundant generic-y"), redundant generic-y is reported. I missed to delete this one. scripts/Makefile.asm-generic:25: redundant generic-y found in arch/csky/include/asm/Kbuild: ftrace.h In this case, csky-specific implementation exists in arch/csky/include/asm/ftrace.h Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Guo Ren <ren_guo@c-sky.com>