diff options
author | Helge Deller <deller@gmx.de> | 2022-10-27 09:12:05 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2022-10-27 09:12:05 +0200 |
commit | a0c9f1f2e53b8eb2ae43987a30e547ba56b4fa18 (patch) | |
tree | fa1d87a365f758cd6ef05dac47f7438630112b65 /drivers/parisc | |
parent | 30bbe38b28fbc7415e0585f2b05e6f6f95febbaa (diff) | |
download | linux-a0c9f1f2e53b8eb2ae43987a30e547ba56b4fa18.tar.bz2 |
parisc: Export iosapic_serial_irq() symbol for serial port driver
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>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/iosapic.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |