From 45a202a3fefc6ee7b19b1222bfb5b0679ce31996 Mon Sep 17 00:00:00 2001 From: Sabyasachi Gupta Date: Thu, 17 Jan 2019 21:49:05 +0530 Subject: powerpc/cell: Remove duplicate header Remove linux/syscalls.h which is included more than once Signed-off-by: Sabyasachi Gupta Acked-by: Souptick Joarder Signed-off-by: Michael Ellerman --- 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 263413a34823..b95d6afc39b5 100644 --- a/arch/powerpc/platforms/cell/spu_syscalls.c +++ b/arch/powerpc/platforms/cell/spu_syscalls.c @@ -26,7 +26,6 @@ #include #include #include -#include #include -- cgit v1.2.3-59-g8ed1b