From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 2/2] pci: remove unused function prototype
Date: Mon, 21 May 2018 09:41:50 -0700 [thread overview]
Message-ID: <20180521164150.24252-3-stephen@networkplumber.org> (raw)
In-Reply-To: <20180521164150.24252-1-stephen@networkplumber.org>
Prototype for pci_unbind_kernel_driver exists but no code.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
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 02e2fb44367f..680879ed35a2 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.17.0
next prev parent reply other threads:[~2018-05-21 16:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-21 16:41 [dpdk-dev] [PATCH 0/2] pci: a couple more cleanups Stephen Hemminger
2018-05-21 16:41 ` [dpdk-dev] [PATCH 1/2] pci: make rte_pci_remove_device static Stephen Hemminger
2018-05-22 9:00 ` Gaëtan Rivet
2018-05-21 16:41 ` Stephen Hemminger [this message]
2018-05-22 9:00 ` [dpdk-dev] [PATCH 2/2] pci: remove unused function prototype Gaëtan Rivet
2018-06-27 16:37 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180521164150.24252-3-stephen@networkplumber.org \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).