Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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