PCI: Fix missing prototype for pcie_port_acpi_setup()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 12 Apr 2013 17:17:47 +0000 (11:17 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 12 Apr 2013 17:17:47 +0000 (11:17 -0600)
This fixes a "no previous prototype" warning for pcie_port_acpi_setup()
found via "make W=1".

[bhelgaas: changelog]
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/portdrv_acpi.c

index a86b56e..b4d2894 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "aer/aerdrv.h"
 #include "../pci.h"
+#include "portdrv.h"
 
 /**
  * pcie_port_acpi_setup - Request the BIOS to release control of PCIe services.