linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] csky/kernel/entry: Remove duplicate heade
@ 2019-01-17 14:30 Brajeswar Ghosh
  2019-01-17 15:52 ` Souptick Joarder
  2019-01-18  6:30 ` Guo Ren
  0 siblings, 2 replies; 4+ messages in thread
From: Brajeswar Ghosh @ 2019-01-17 14:30 UTC (permalink / raw)
  To: ren_guo, arnd; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove duplicate headers which are included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 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 79f92b8606c8..f2081ddcc398 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.17.1


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

end of thread, other threads:[~2019-01-30 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 14:30 [PATCH] csky/kernel/entry: Remove duplicate heade Brajeswar Ghosh
2019-01-17 15:52 ` Souptick Joarder
2019-01-18  6:30 ` Guo Ren
2019-01-30 14:31   ` Brajeswar Ghosh

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