OSDN Git Service

vxge: Remove unnecessary include of <linux/pci_hotplug.h>
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 23 Jul 2018 20:59:46 +0000 (15:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Jul 2018 20:52:38 +0000 (13:52 -0700)
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>
Acked-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/neterion/vxge/vxge-config.c

index 358ed61..a2c0a93 100644 (file)
@@ -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"