From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D57FC21B58; Wed, 27 Jun 2018 12:37:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Jun 2018 12:37:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ZhXyT83BaHXH77QmfuQpoxp9O/ P3ibAk8UuAO0bk+Q8=; b=SoFaGPkYIgi/z3JXrbRzFnZe0007utmuOy4ePNV08y F6pQvE3dveK3pgInMSaRK/KA0+WDKD+s+M65Hg2XQZZV6pIPYVXFOxUl79zxnoHE /BqGSRKMyRdk/8Aa05bems6VKuBxLs64sRkdqu1cqlRyIhenGGRM240iPqiaMCYC I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=ZhXyT8 3BaHXH77QmfuQpoxp9O/P3ibAk8UuAO0bk+Q8=; b=a9596C8py77pQ9QyqBe6A+ Bq8aakHuSCkFAo1a9o2CjTYVb4i7LXSz6RQ9WwyFDVJD6weMH5AsGw24og40iDoq L5S+o8nscCZoqn3ZWzoUCQemY8lFUnLuGrNrNs6k2YA6ZkyyPIU+i7bTTlrkyrPZ bhgEJi7cYNbGEdZimEn96JZWQQEeH1fzCIyt5AlBVi1oE5RPfSneS/7Id07/XwrE 5QzC9E42mEIwrcxlRyLyPjjoxFP1Dme5jeOSd2HguUbMYQjG0vCVEt/tr3MKkOEr Bn6CpAs4LtMKLjQp2TqDTsid65KyQzcTuwi/nMJPFG8eeUVFZfaAWySLTJVItqew == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id E6D1010255; Wed, 27 Jun 2018 12:37:03 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, =?ISO-8859-1?Q?Ga=EBtan?= Rivet Date: Wed, 27 Jun 2018 18:37:02 +0200 Message-ID: <2406701.NJftZjfcLp@xps> In-Reply-To: <20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com> References: <20180521164150.24252-1-stephen@networkplumber.org> <20180521164150.24252-3-stephen@networkplumber.org> <20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH 2/2] pci: remove unused function prototype X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2018 16:37:05 -0000 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