From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 28 Jan 2017 04:13:11 +0100 From: Linus =?utf-8?Q?L=C3=BCssing?= Message-ID: <20170128031311.GB4195@otheros> References: <20161006064142.20003-1-linus.luessing@c0d3.blue> <20161006064142.20003-2-linus.luessing@c0d3.blue> <7229903.vTJUiGXDOz@sven-edge> <2848761.xHKJYXNK64@sven-edge> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2848761.xHKJYXNK64@sven-edge> Subject: Re: [B.A.T.M.A.N.] [PATCH v2 1/4] batman-adv: Keep hard interface neighbor list sorted List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wed, Dec 14, 2016 at 08:23:19PM +0100, Sven Eckelmann wrote: > diff --git a/net/batman-adv/bat_v_elp.c b/net/batman-adv/bat_v_elp.c > index 712bd428..a69614f5 100644 > --- a/net/batman-adv/bat_v_elp.c > +++ b/net/batman-adv/bat_v_elp.c > @@ -19,10 +19,10 @@ > #include "main.h" > > #include > -#include > #include > +#include > #include > -#include > +#include > #include > #include > #include Hm, do you remember what you were adding bug.h and device.h for? Also, err.h seems to be needed for IS_ERR() and PTR_ERR(). Regards, Linus