Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753123AbaKQVW7 (ORCPT ); Mon, 17 Nov 2014 16:22:59 -0500 Received: from mail-ie0-f176.google.com ([209.85.223.176]:55452 "EHLO mail-ie0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752155AbaKQVW6 (ORCPT ); Mon, 17 Nov 2014 16:22:58 -0500 Message-ID: <1416259376.18588.8.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: Fabian Frederick Cc: linux-kernel@vger.kernel.org, "David S. Miller" , netdev@vger.kernel.org Date: Mon, 17 Nov 2014 13:22:56 -0800 In-Reply-To: <1416258502-9001-1-git-send-email-fabf@skynet.be> References: <1416258502-9001-1-git-send-email-fabf@skynet.be> 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 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 ? -- 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/