Skip to content

Commit

Permalink
PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>
Browse files Browse the repository at this point in the history
portdrv_pci.c doesn't use anything from <linux/pci-aspm.h>.  Remove the
include of it.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
bjorn-helgaas authored and Bjorn Helgaas committed Mar 30, 2018
1 parent 02bfeb4 commit 1b64cb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pci/pcie/portdrv_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <linux/init.h>
#include <linux/aer.h>
#include <linux/dmi.h>
#include <linux/pci-aspm.h>

#include "../pci.h"
#include "portdrv.h"
Expand Down

0 comments on commit 1b64cb8

Please sign in to comment.