Преглед изворни кода

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>
Bjorn Helgaas пре 7 година
родитељ
комит
bc510d59cf
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      drivers/net/ethernet/neterion/vxge/vxge-config.c

+ 0 - 1
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"