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 AED782BB0 for ; Thu, 9 Aug 2018 17:43:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 39F2621C24; Thu, 9 Aug 2018 11:43:02 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 09 Aug 2018 11:43:02 -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=JyEA6vbKgF6LBC82wtRbh9HHrb cIH4xFyEW2vevLVb4=; b=EGMj5srbhfZlIC1asiGoXvJB/obFbCYagrBX21VvCP cLIQDiM0mJEAqdq5TVnJPQJc3wc1CSYEDAYSymDnpvTd2gd9rpF6dndSm3Rc1CUV tS2t9QwM92f/zMBOEmC/oON2IjzEyR6BH6i+oxl9mv3h7BdISUjBqXeBB1ZgUHEG 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=JyEA6v bKgF6LBC82wtRbh9HHrbcIH4xFyEW2vevLVb4=; b=ebMqN4pU1kwwvvRJgYzDRe W0IQT5ehr5g2HGet7PUYRHXe0otc1DU7x673EfuN1NtdhbipPUsN1J6uqhS5ySll kYzTFFhrIeJt2/cF9g6tn8vTBdT0p8NSLCcX1K6RxZnzaRLl7KFzFNItUk907nK7 Ks59mgC5K2QndFR4catAfQSNZtTijc8LB3wb5lZ7hfcRIWsNR5e0UHj9npNS7puG BSZR2bKorh7SXw0afOrZrdeYa1P8oa1SnPQSPEtwWRjJe7HO7qzCL5ZeQPi3wca6 Dze9yqhpyTG5KysPj5rkD33IUy1OVt+RK/6GVj7cwhXKR9RugYK+pPsi45W0tbpw == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E0A0E462B; Thu, 9 Aug 2018 11:43:01 -0400 (EDT) From: Thomas Monjalon To: Rami Rosen Cc: dev@dpdk.org Date: Thu, 09 Aug 2018 17:42:21 +0200 Message-ID: <3277177.K958LCkkpS@xps> In-Reply-To: <1533668954-1383-1-git-send-email-rami.rosen@intel.com> References: <1533668954-1383-1-git-send-email-rami.rosen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/pci: remove rte_pci_remove_device() declaration 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: Thu, 09 Aug 2018 15:43:02 -0000 07/08/2018 21:09, Rami Rosen: > This patch removes the forward declaration of rte_pci_remove_device() > method. In the past, this forward decalaration was needed for > rte_pci_detach(), which is now removed from pci_common.c. > > Fixes: e690338a7b85 ("bus/pci: remove unused function to detach by address") > > Signed-off-by: Rami Rosen Applied, thanks