Skip to content

Commit

Permalink
vxge: Remove unnecessary include of <linux/pci_hotplug.h>
Browse files Browse the repository at this point in the history
The vxge driver doesn't need anything provided by pci_hotplug.h, so remove
the unnecessary include of it.

Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Jon Mason <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
bjorn-helgaas authored and davem330 committed Jul 25, 2018
1 parent 3c507b8 commit bc510d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/neterion/vxge/vxge-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bc510d5

Please sign in to comment.