Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2018-06-08 16:40:10 +0300
committerBjorn Helgaas <helgaas@kernel.org>2018-06-11 16:11:05 +0300
commit16c33b1595441fe106f8efd370fb584ed8d21bde (patch)
tree07811f690ac454fa5cdad04ce6831d48bdb3e64c /drivers/pci
parent41cbc9eb1a8276a53d99317b1939cd30e917f2e8 (diff)
PCI/AER: Remove duplicate pcie_port_bus_type declaration
pcie_port_bus_type is already declared in portdrv.h, so remove the unnecessary duplicate declaration in aerdrv.h. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Keith Busch <keith.busch@intel.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pcie/aer/aerdrv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/pcie/aer/aerdrv.h b/drivers/pci/pcie/aer/aerdrv.h
index 7fa902b1f7c1..f4fc71119cf2 100644
--- a/drivers/pci/pcie/aer/aerdrv.h
+++ b/drivers/pci/pcie/aer/aerdrv.h
@@ -76,7 +76,6 @@ struct aer_rpc {
*/
};
-extern struct bus_type pcie_port_bus_type;
irqreturn_t aer_irq(int irq, void *context);
#ifdef CONFIG_ACPI_APEI