Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752602AbaKQWGD (ORCPT ); Mon, 17 Nov 2014 17:06:03 -0500 Received: from mail-ie0-f176.google.com ([209.85.223.176]:48270 "EHLO mail-ie0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751791AbaKQWGB (ORCPT ); Mon, 17 Nov 2014 17:06:01 -0500 Message-ID: <1416261956.18588.9.camel@edumazet-glaptop2.roam.corp.google.com> Subject: Re: [PATCH 1/1 net-next] net/core: include linux/types.h instead of asm/types.h From: Eric Dumazet To: David Miller Cc: fabf@skynet.be, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Mon, 17 Nov 2014 14:05:56 -0800 In-Reply-To: <20141117.163532.788436432373669437.davem@davemloft.net> References: <1416258502-9001-1-git-send-email-fabf@skynet.be> <1416259376.18588.8.camel@edumazet-glaptop2.roam.corp.google.com> <20141117.163532.788436432373669437.davem@davemloft.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2014-11-17 at 16:35 -0500, David Miller wrote: > From: Eric Dumazet > Date: Mon, 17 Nov 2014 13:22:56 -0800 > > > On Mon, 2014-11-17 at 22:08 +0100, Fabian Frederick wrote: > >> Signed-off-by: Fabian Frederick > >> --- > >> net/core/link_watch.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/net/core/link_watch.c b/net/core/link_watch.c > >> index bd0767e..49a9e3e 100644 > >> --- a/net/core/link_watch.c > >> +++ b/net/core/link_watch.c > >> @@ -21,7 +21,7 @@ > >> #include > >> #include > >> #include > >> -#include > >> +#include > >> > > > > We have 99 such occurrences in net/ > > > > Are you going to send 99 patches ? > > Yeah, probably best to consolidate into one or a few patches. BTW the 99 occurrences are for asm/uaccess.h, it seems I gave the reply on the wrong patch. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/