Skip to content

Commit

Permalink
PCI: Fix missing prototype for pcie_port_acpi_setup()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Shevchenko authored and Bjorn Helgaas committed Apr 12, 2013
1 parent f6161aa commit 139f925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/pcie/portdrv_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 139f925

Please sign in to comment.