From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Richard Weinberger Subject: Re: [PATCH] um: Remove duplicate headers Date: Fri, 18 Jan 2019 20:42:13 +0100 Message-ID: <4621128.kXzvTGAT2u@blindfold> In-Reply-To: References: <5c41e99b.1c69fb81.f240b.506a@mx.google.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org To: Anton Ivanov Cc: Sabyasachi Gupta , jdike@addtoit.com, yuehaibing@huawei.com, brajeswar.linux@gmail.com, linux-um@lists.infradead.org, jrdr.linux@gmail.com, linux-kernel@vger.kernel.org List-ID: Am Freitag, 18. Januar 2019, 20:23:07 CET schrieb Anton Ivanov: > > On 18/01/2019 14:58, Sabyasachi Gupta wrote: > > Remove sys/socket.h and sys/uio.h which are included more than once > > > > Signed-off-by: Sabyasachi Gupta > > --- > > arch/um/drivers/vector_user.c | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c > > index d2c17dd..c863921 100644 > > --- a/arch/um/drivers/vector_user.c > > +++ b/arch/um/drivers/vector_user.c > > @@ -23,7 +23,6 @@ > > #include > > #include > > #include > > -#include > > #include > > #include > > #include > > @@ -31,7 +30,6 @@ > > #include > > #include > > #include > > -#include > > #include "vector_user.h" > > > > #define ID_GRE 0 > > > > Hi Sabyasachi, > > I believe we have an identical patch enqueued already from a couple of > weeks back. Hmm, did I miss that one in patchwork? Thanks, //richard