[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1553253554-5307-1-git-send-email-yamada.masahiro@socionext.com>
Date: Fri, 22 Mar 2019 20:19:14 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Guo Ren <guoren@...nel.org>
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...ionext.com>
---
arch/csky/include/asm/Kbuild | 1 -
1 file changed, 1 deletion(-)
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
--
2.7.4
Powered by blists - more mailing lists