Commit 382cc186 authored by Helge Deller's avatar Helge Deller Committed by Lipeng Sang
Browse files

parisc: Export iosapic_serial_irq() symbol for serial port driver

stable inclusion
from stable-v5.10.154
commit 98f836e80d210312ec98ffbbce4a0b6c4b6dc34e
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I64YCB

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=98f836e80d210312ec98ffbbce4a0b6c4b6dc34e



--------------------------------

commit a0c9f1f2 upstream.

The parisc serial port driver needs this symbol when it's compiled
as module.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarLipeng Sang <sanglipeng1@jd.com>
parent 8af44cc9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -875,6 +875,7 @@ int iosapic_serial_irq(struct parisc_device *dev)

	return vi->txn_irq;
}
EXPORT_SYMBOL(iosapic_serial_irq);
#endif