Skip to content

Commit a0c9f1f

Browse files
committed
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 <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: <[email protected]>
1 parent 30bbe38 commit a0c9f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/parisc/iosapic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ int iosapic_serial_irq(struct parisc_device *dev)
866866

867867
return vi->txn_irq;
868868
}
869+
EXPORT_SYMBOL(iosapic_serial_irq);
869870
#endif
870871

871872

0 commit comments

Comments
 (0)