diff mbox series

csky: remove redundant generic-y

Message ID 1553253554-5307-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 1b2707fb1189b890e538ed09ca3f3512173cb836
Headers show
Series csky: remove redundant generic-y | expand

Commit Message

Masahiro Yamada March 22, 2019, 11:19 a.m. UTC
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>

---

 arch/csky/include/asm/Kbuild | 1 -
 1 file changed, 1 deletion(-)

-- 
2.7.4

Comments

Masahiro Yamada March 22, 2019, 1:54 p.m. UTC | #1
On Fri, Mar 22, 2019 at 8:51 PM Guo Ren <guoren@kernel.org> wrote:
>

> Thx Masahiro,

>

> Approved and I'll add it into my tree.



Thanks.

BTW, I sent another patch some time ago,
which has not been picked up.

https://lore.kernel.org/patchwork/patch/1038349/


-- 
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/arch/csky/include/asm/Kbuild b/arch/csky/include/asm/Kbuild
index 2a0abe8..e01a576 100644
--- a/arch/csky/include/asm/Kbuild
+++ b/arch/csky/include/asm/Kbuild
@@ -12,7 +12,6 @@  generic-y += dma-mapping.h
 generic-y += emergency-restart.h
 generic-y += exec.h
 generic-y += fb.h
-generic-y += ftrace.h
 generic-y += futex.h
 generic-y += gpio.h
 generic-y += hardirq.h