All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gaëtan Rivet" <gaetan.rivet@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org
Subject: Re: [PATCH 2/2] pci: remove unused function prototype
Date: Tue, 22 May 2018 11:00:40 +0200	[thread overview]
Message-ID: <20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com> (raw)
In-Reply-To: <20180521164150.24252-3-stephen@networkplumber.org>

On Mon, May 21, 2018 at 09:41:50AM -0700, Stephen Hemminger wrote:
> Prototype for pci_unbind_kernel_driver exists but no code.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
> ---
>  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
> 

-- 
Gaëtan Rivet
6WIND

  reply	other threads:[~2018-05-22  9:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-21 16:41 [PATCH 0/2] pci: a couple more cleanups Stephen Hemminger
2018-05-21 16:41 ` [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 ` [PATCH 2/2] pci: remove unused function prototype Stephen Hemminger
2018-05-22  9:00   ` Gaëtan Rivet [this message]
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=20180522090040.evaius7kwinxzcnp@bidouze.vm.6wind.com \
    --to=gaetan.rivet@6wind.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.