Commit a0c9f1f2 authored by Helge Deller's avatar Helge Deller

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: default avatarHelge Deller <deller@gmx.de>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Cc: <stable@vger.kernel.org>
parent 30bbe38b
......@@ -866,6 +866,7 @@ int iosapic_serial_irq(struct parisc_device *dev)
return vi->txn_irq;
}
EXPORT_SYMBOL(iosapic_serial_irq);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment