From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/pci: remove rte_pci_remove_device() declaration Date: Thu, 09 Aug 2018 17:42:21 +0200 Message-ID: <3277177.K958LCkkpS@xps> References: <1533668954-1383-1-git-send-email-rami.rosen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Rami Rosen 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) In-Reply-To: <1533668954-1383-1-git-send-email-rami.rosen@intel.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" 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