Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a31af466 authored by Helge Deller's avatar Helge Deller Committed by Greg Kroah-Hartman
Browse files

parisc: Export iosapic_serial_irq() symbol for serial port driver



commit a0c9f1f2e53b8eb2ae43987a30e547ba56b4fa18 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>
parent 436eddfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -889,6 +889,7 @@ int iosapic_serial_irq(struct parisc_device *dev)

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