From 5417dfc984cd40114ac86a4b416ab20df0305392 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 21 May 2018 09:41:50 -0700 Subject: [PATCH] bus/pci: remove unused unbind function prototype Prototype for pci_unbind_kernel_driver exists but no code. Signed-off-by: Stephen Hemminger Acked-by: Gaetan Rivet --- drivers/bus/pci/private.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/bus/pci/private.h b/drivers/bus/pci/private.h index 02e2fb4436..680879ed35 100644 --- a/drivers/bus/pci/private.h +++ b/drivers/bus/pci/private.h @@ -106,16 +106,6 @@ void rte_pci_insert_device(struct rte_pci_device *exist_pci_dev, */ int pci_update_device(const struct rte_pci_addr *addr); -/** - * Unbind kernel driver for this device - * - * This function is private to EAL. - * - * @return - * 0 on success, negative on error - */ -int pci_unbind_kernel_driver(struct rte_pci_device *dev); - /** * Map the PCI resource of a PCI device in virtual memory * -- 2.20.1