[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190322114919.GA17767@guoren-Inspiron-7460>
Date: Fri, 22 Mar 2019 19:49:19 +0800
From: Guo Ren <guoren@...nel.org>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] csky: remove redundant generic-y
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@...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