Commit 16c33b15 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Bjorn Helgaas

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: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarKeith Busch <keith.busch@intel.com>
parent 41cbc9eb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment