From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH 1/4] kni: fix build with kernel 3.8 Date: Thu, 12 Sep 2013 17:30:45 +0200 Message-ID: <5231DE25.6080103@6wind.com> References: <43d7bb3e9a8b8c379c69c782370aa2fbce47398d.1375101416.git.thomas.monjalon@6wind.com> Reply-To: nicolas.dichtel-pdR9zngts4EAvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <43d7bb3e9a8b8c379c69c782370aa2fbce47398d.1375101416.git.thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Le 29/07/2013 14:44, Thomas Monjalon a =C3=A9crit : > - timecompare has been removed. > (see Linux commit 65f8f9a1c1db831e5159e3e3e50912d1f214cd0c) All this code is between 'ifdef HAVE_HW_TIME_STAMP'. Maybe just deactivat= ing it=20 will help to port patches on this driver in the future. > > - annotations __devinit and __devexit have been removed. Done in 54b956b90360 Remove __dev* markings from init.h