From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] pci: remove unused function prototype Date: Wed, 27 Jun 2018 18:37:02 +0200 Message-ID: <2406701.NJftZjfcLp@xps> References: <20180521164150.24252-1-stephen@networkplumber.org> <20180521164150.24252-3-stephen@networkplumber.org> <20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, =?ISO-8859-1?Q?Ga=EBtan?= Rivet To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 529A81C33F for ; Wed, 27 Jun 2018 18:37:05 +0200 (CEST) In-Reply-To: <20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/05/2018 11:00, Ga=EBtan Rivet: > On Mon, May 21, 2018 at 09:41:50AM -0700, Stephen Hemminger wrote: > > Prototype for pci_unbind_kernel_driver exists but no code. > >=20 > > Signed-off-by: Stephen Hemminger > Acked-by: Gaetan Rivet It was a leftover of an old incomplete cleanup. Applied, thanks