All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: Export iosapic_serial_irq() symbol for serial port driver
@ 2022-10-27  7:16 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2022-10-27  7:16 UTC (permalink / raw)
  To: linux-parisc

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>

diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c
index bdef7a8d6ab8..bcc1dae00780 100644
--- a/drivers/parisc/iosapic.c
+++ b/drivers/parisc/iosapic.c
@@ -866,6 +866,7 @@ int iosapic_serial_irq(struct parisc_device *dev)

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-27  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  7:16 [PATCH] parisc: Export iosapic_serial_irq() symbol for serial port driver Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.