From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Ricardo Leitner Subject: Re: [PATCH 09/58] net/irda: Convert timers to use timer_setup() Date: Fri, 2 Mar 2018 20:08:51 -0300 Message-ID: <20180302230851.GO4375@localhost.localdomain> References: <1508200182-104605-1-git-send-email-keescook@chromium.org> <1508200182-104605-10-git-send-email-keescook@chromium.org> <20180302212919.GJ3887@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Samuel Ortiz , Stephen Hemminger , Johannes Berg , Ingo Molnar , Network Development , Thomas Gleixner , LKML To: Kees Cook Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Mar 02, 2018 at 02:30:30PM -0800, Kees Cook wrote: > On Fri, Mar 2, 2018 at 1:29 PM, Marcelo Ricardo Leitner > wrote: > > Note how it is using the irda_start_timer definition from > > include/net/irda/timer.h instead of > > drivers/staging/irda/include/net/irda/timer.h which was patched in > > this patch. > > $ git show net-next/master:include/net/irda/iriap.h > fatal: Path 'include/net/irda/iriap.h' does not exist in 'net-next/master' > > 4.14 moved include/net/irda/iriap.h into the staging directory: > > 5bf916ee0ab6 ("irda: move include/net/irda into staging subdirectory") > > I think you've got a stale copy of the old file in your tree... Right you are. Sorry for the noise. Thanks, Marcelo