Skip to content

Commit

Permalink
parisc: Export iosapic_serial_irq() symbol for serial port driver
Browse files Browse the repository at this point in the history
commit a0c9f1f 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>
  • Loading branch information
hdeller authored and gregkh committed Nov 10, 2022
1 parent a002d68 commit f99241f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/parisc/iosapic.c
Expand Up @@ -866,6 +866,7 @@ int iosapic_serial_irq(struct parisc_device *dev)

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


Expand Down

0 comments on commit f99241f

Please sign in to comment.