mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
parisc: Export iosapic_serial_irq() symbol for serial port driver
commit a0c9f1f2e5 upstream.
The parisc serial port driver needs this symbol when it's compiled
as module.
Signed-off-by: Helge Deller <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
814af9a32b
commit
98f836e80d
|
|
@ -875,6 +875,7 @@ int iosapic_serial_irq(struct parisc_device *dev)
|
||||||
|
|
||||||
return vi->txn_irq;
|
return vi->txn_irq;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(iosapic_serial_irq);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user