From: Andy Shevchenko Date: Fri, 12 Apr 2013 17:17:47 +0000 (-0600) Subject: PCI: Fix missing prototype for pcie_port_acpi_setup() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=139f925126cc31b925484b2bc2cd0b0357c2bbd6;p=linux-beck.git PCI: Fix missing prototype for pcie_port_acpi_setup() This fixes a "no previous prototype" warning for pcie_port_acpi_setup() found via "make W=1". [bhelgaas: changelog] Signed-off-by: Andy Shevchenko Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/pcie/portdrv_acpi.c b/drivers/pci/pcie/portdrv_acpi.c index a86b56e5f2f2..b4d2894ee3fc 100644 --- a/drivers/pci/pcie/portdrv_acpi.c +++ b/drivers/pci/pcie/portdrv_acpi.c @@ -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.