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>
This commit is contained in:
Bjorn Helgaas 2018-06-08 08:40:10 -05:00 коммит произвёл Bjorn Helgaas
Родитель 41cbc9eb1a
Коммит 16c33b1595
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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