PCI/AER: Move aer_irq() declaration to portdrv.h
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Jun 2018 13:40:25 +0000 (08:40 -0500)
committerBjorn Helgaas <helgaas@kernel.org>
Mon, 11 Jun 2018 13:11:18 +0000 (08:11 -0500)
commitf53e7418c3402a2589216997d7cd07d3b0be497e
treeb69888c0e464a9d9b0adc7492e29de5aa6e35bab
parent0544b04b792696d6e408f3a882d1a36943084fa8
PCI/AER: Move aer_irq() declaration to portdrv.h

The aer_irq() declaration is the only thing needed by aer_inject.c.  Move
it to portdrv.h so we eventually get rid of aerdrv.h completely.  No
functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Keith Busch <keith.busch@intel.com>
drivers/pci/pcie/aer/aer_inject.c
drivers/pci/pcie/aer/aerdrv.h
drivers/pci/pcie/portdrv.h