linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vxge: Remove unnecessary include of <linux/pci_hotplug.h>
@ 2018-07-23 20:59 Bjorn Helgaas
  2018-07-24 15:45 ` Jon Mason
  2018-07-25 20:52 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2018-07-23 20:59 UTC (permalink / raw)
  To: Jon Mason; +Cc: David S. Miller, netdev, linux-pci, linux-kernel

From: Bjorn Helgaas <bhelgaas@google.com>

The vxge driver doesn't need anything provided by pci_hotplug.h, so remove
the unnecessary include of it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 drivers/net/ethernet/neterion/vxge/vxge-config.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/neterion/vxge/vxge-config.c b/drivers/net/ethernet/neterion/vxge/vxge-config.c
index 358ed6118881..a2c0a93ca8b6 100644
--- a/drivers/net/ethernet/neterion/vxge/vxge-config.c
+++ b/drivers/net/ethernet/neterion/vxge/vxge-config.c
@@ -14,7 +14,6 @@
 #include <linux/vmalloc.h>
 #include <linux/etherdevice.h>
 #include <linux/pci.h>
-#include <linux/pci_hotplug.h>
 #include <linux/slab.h>
 
 #include "vxge-traffic.h"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vxge: Remove unnecessary include of <linux/pci_hotplug.h>
  2018-07-23 20:59 [PATCH] vxge: Remove unnecessary include of <linux/pci_hotplug.h> Bjorn Helgaas
@ 2018-07-24 15:45 ` Jon Mason
  2018-07-25 20:52 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Mason @ 2018-07-24 15:45 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: David S. Miller, netdev, linux-pci, linux-kernel

On Mon, Jul 23, 2018 at 03:59:46PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> The vxge driver doesn't need anything provided by pci_hotplug.h, so remove
> the unnecessary include of it.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Not sure you need my ack for something so trivial, but here it is
Acked-by: Jon Mason <jdmason@kudzu.us>

> ---
>  drivers/net/ethernet/neterion/vxge/vxge-config.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/neterion/vxge/vxge-config.c b/drivers/net/ethernet/neterion/vxge/vxge-config.c
> index 358ed6118881..a2c0a93ca8b6 100644
> --- a/drivers/net/ethernet/neterion/vxge/vxge-config.c
> +++ b/drivers/net/ethernet/neterion/vxge/vxge-config.c
> @@ -14,7 +14,6 @@
>  #include <linux/vmalloc.h>
>  #include <linux/etherdevice.h>
>  #include <linux/pci.h>
> -#include <linux/pci_hotplug.h>
>  #include <linux/slab.h>
>  
>  #include "vxge-traffic.h"
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vxge: Remove unnecessary include of <linux/pci_hotplug.h>
  2018-07-23 20:59 [PATCH] vxge: Remove unnecessary include of <linux/pci_hotplug.h> Bjorn Helgaas
  2018-07-24 15:45 ` Jon Mason
@ 2018-07-25 20:52 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2018-07-25 20:52 UTC (permalink / raw)
  To: helgaas; +Cc: jdmason, netdev, linux-pci, linux-kernel

From: Bjorn Helgaas <helgaas@kernel.org>
Date: Mon, 23 Jul 2018 15:59:46 -0500

> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> The vxge driver doesn't need anything provided by pci_hotplug.h, so remove
> the unnecessary include of it.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Applied to net-next, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-25 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23 20:59 [PATCH] vxge: Remove unnecessary include of <linux/pci_hotplug.h> Bjorn Helgaas
2018-07-24 15:45 ` Jon Mason
2018-07-25 20:52 ` David Miller

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).