mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ANDROID: pcie/dwc: driver: export dw_handle_msi_irq
Needed for vendors' pcie stack. Bug: 165922442 Signed-off-by: David Hongseock Kim <hongpooh.kim@samsung.com> Change-Id: I900b5a55b174819573c2f8eedcefae73aee7b6a7 Signed-off-by: Mark Salyzyn <salyzyn@google.com> Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
1a29b384b0
commit
310b82860b
|
|
@ -84,6 +84,7 @@ irqreturn_t dw_handle_msi_irq(struct pcie_port *pp)
|
|||
|
||||
return ret;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(dw_handle_msi_irq);
|
||||
|
||||
/* Chained MSI interrupt service routine */
|
||||
static void dw_chained_msi_isr(struct irq_desc *desc)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user