linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] module: remove duplicate include in arch/csky/kernel/entry.S
@ 2021-03-03  8:04 menglong8.dong
  2021-03-03 12:06 ` Guo Ren
  0 siblings, 1 reply; 2+ messages in thread
From: menglong8.dong @ 2021-03-03  8:04 UTC (permalink / raw)
  To: linux-csky; +Cc: guoren, zhang.yunkai, jiulong, linux-kernel

From: Zhang Yunkai <zhang.yunkai@zte.com.cn>

'asm/setup.h' included in 'arch/csky/kernel/entry.S' is duplicated.

Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
---
 arch/csky/kernel/entry.S | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S
index c1bd7a6b4ab6..00e3c8ebf9b8 100644
--- a/arch/csky/kernel/entry.S
+++ b/arch/csky/kernel/entry.S
@@ -9,7 +9,6 @@
 #include <asm/unistd.h>
 #include <asm/asm-offsets.h>
 #include <linux/threads.h>
-#include <asm/setup.h>
 #include <asm/page.h>
 #include <asm/thread_info.h>
 
-- 
2.25.1


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

* Re: [PATCH] module: remove duplicate include in arch/csky/kernel/entry.S
  2021-03-03  8:04 [PATCH] module: remove duplicate include in arch/csky/kernel/entry.S menglong8.dong
@ 2021-03-03 12:06 ` Guo Ren
  0 siblings, 0 replies; 2+ messages in thread
From: Guo Ren @ 2021-03-03 12:06 UTC (permalink / raw)
  To: menglong8.dong
  Cc: linux-csky, zhang.yunkai, jiulong, Linux Kernel Mailing List

Thx, looks good for me.

On Wed, Mar 3, 2021 at 4:04 PM <menglong8.dong@gmail.com> wrote:
>
> From: Zhang Yunkai <zhang.yunkai@zte.com.cn>
>
> 'asm/setup.h' included in 'arch/csky/kernel/entry.S' is duplicated.
>
> Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
> ---
>  arch/csky/kernel/entry.S | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S
> index c1bd7a6b4ab6..00e3c8ebf9b8 100644
> --- a/arch/csky/kernel/entry.S
> +++ b/arch/csky/kernel/entry.S
> @@ -9,7 +9,6 @@
>  #include <asm/unistd.h>
>  #include <asm/asm-offsets.h>
>  #include <linux/threads.h>
> -#include <asm/setup.h>
>  #include <asm/page.h>
>  #include <asm/thread_info.h>
>
> --
> 2.25.1
>


-- 
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

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

end of thread, other threads:[~2021-03-04  0:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  8:04 [PATCH] module: remove duplicate include in arch/csky/kernel/entry.S menglong8.dong
2021-03-03 12:06 ` Guo Ren

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