linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/cell: Remove duplicate header
@ 2019-01-17 16:19 Sabyasachi Gupta
  2019-01-17 17:47 ` Souptick Joarder
  2019-02-08 13:02 ` Michael Ellerman
  0 siblings, 2 replies; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-01-17 16:19 UTC (permalink / raw)
  To: arnd, benh, paulus, mpe
  Cc: brajeswar.linux, linuxppc-dev, jrdr.linux, linux-kernel

Remove linux/syscalls.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 arch/powerpc/platforms/cell/spu_syscalls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/platforms/cell/spu_syscalls.c b/arch/powerpc/platforms/cell/spu_syscalls.c
index 263413a..b95d6af 100644
--- a/arch/powerpc/platforms/cell/spu_syscalls.c
+++ b/arch/powerpc/platforms/cell/spu_syscalls.c
@@ -26,7 +26,6 @@
 #include <linux/syscalls.h>
 #include <linux/rcupdate.h>
 #include <linux/binfmts.h>
-#include <linux/syscalls.h>
 
 #include <asm/spu.h>
 
-- 
2.7.4


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

end of thread, other threads:[~2019-02-08 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 16:19 [PATCH] powerpc/cell: Remove duplicate header Sabyasachi Gupta
2019-01-17 17:47 ` Souptick Joarder
2019-01-30  2:40   ` Sabyasachi Gupta
2019-02-08 13:02 ` Michael Ellerman

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