aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-07-23 15:59:46 -0500
committerDavid S. Miller <davem@davemloft.net>2018-07-25 13:52:38 -0700
commitbc510d59cf173d9b239173580fc9f44523256135 (patch)
tree34e614883cdb1a43676b292fdb5653c79152077c /drivers
parentnet: phy: add helper phy_polling_mode (diff)
downloadlinux-dev-bc510d59cf173d9b239173580fc9f44523256135.tar.xz
linux-dev-bc510d59cf173d9b239173580fc9f44523256135.zip
vxge: Remove unnecessary include of <linux/pci_hotplug.h>
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/neterion/vxge/vxge-config.c1
1 files changed, 0 insertions, 1 deletions
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"