]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit139f925126cc31b925484b2bc2cd0b0357c2bbd6
tree6591c0420bda4cd26763559c2d06a193f2644ee9
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/portdrv_acpi.c