[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3691363f-84b1-b5ab-8637-132fdc4cbd81@huawei.com>
Date: Wed, 27 Feb 2019 13:46:35 +0800
From: YueHaibing <yuehaibing@...wei.com>
To: Anton Ivanov <anton.ivanov@...bridgegreys.com>,
Jeff Dike <jdike@...toit.com>,
Richard Weinberger <richard@....at>
CC: <kernel-janitors@...r.kernel.org>, <linux-um@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [-next] um: Remove duplicated include from vector_user.c
Friendly ping:
Who can take this, please?
On 2019/1/21 2:54, Anton Ivanov wrote:
>
>
> On 1/3/19 3:12 AM, YueHaibing wrote:
>> Remove duplicated include.
>>
>> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
>> ---
>> arch/um/drivers/vector_user.c | 3 ---
>> 1 file changed, 3 deletions(-)
>>
>> diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
>> index d2c17dd..b3f7b3c 100644
>> --- a/arch/um/drivers/vector_user.c
>> +++ b/arch/um/drivers/vector_user.c
>> @@ -16,14 +16,12 @@
>> #include <sys/types.h>
>> #include <sys/stat.h>
>> #include <fcntl.h>
>> -#include <sys/types.h>
>> #include <sys/socket.h>
>> #include <net/ethernet.h>
>> #include <netinet/ip.h>
>> #include <netinet/ether.h>
>> #include <linux/if_ether.h>
>> #include <linux/if_packet.h>
>> -#include <sys/socket.h>
>> #include <sys/wait.h>
>> #include <sys/uio.h>
>> #include <linux/virtio_net.h>
>> @@ -31,7 +29,6 @@
>> #include <stdlib.h>
>> #include <os.h>
>> #include <um_malloc.h>
>> -#include <sys/uio.h>
>> #include "vector_user.h"
>> #define ID_GRE 0
>>
>
> Reviewed-by: Anton Ivanov <anton.ivanov@...bridgegreys.com>
> Acked-by: Anton Ivanov <anton.ivanov@...bridgegreys.com>
Powered by blists - more mailing lists