linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] csky: remove redundant generic-y
@ 2019-03-22 11:19 Masahiro Yamada
  2019-03-22 11:49 ` Guo Ren
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2019-03-22 11:19 UTC (permalink / raw)
  To: Guo Ren; +Cc: Masahiro Yamada, Arnd Bergmann, linux-kernel

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(-)

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] csky: remove redundant generic-y
  2019-03-22 11:19 [PATCH] csky: remove redundant generic-y Masahiro Yamada
@ 2019-03-22 11:49 ` Guo Ren
  2019-03-22 13:54   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Guo Ren @ 2019-03-22 11:49 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Arnd Bergmann, linux-kernel

Thx Masahiro,

Approved and I'll add it into my tree.

Best Regards
 Guo Ren

On Fri, Mar 22, 2019 at 08:19:14PM +0900, Masahiro Yamada wrote:
> 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(-)
> 
> 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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] csky: remove redundant generic-y
  2019-03-22 11:49 ` Guo Ren
@ 2019-03-22 13:54   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-03-22 13:54 UTC (permalink / raw)
  To: Guo Ren; +Cc: Arnd Bergmann, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-22 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22 11:19 [PATCH] csky: remove redundant generic-y Masahiro Yamada
2019-03-22 11:49 ` Guo Ren
2019-03-22 13:54   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).