Skip to content

Commit ce09ccc

Browse files
committed
genirq: Export irq_check_status_bit()
One of the users can be built modular: ERROR: modpost: "irq_check_status_bit" [drivers/perf/arm_spe_pmu.ko] undefined! Fixes: fdd0296 ("genirq: Move status flag checks to core") Reported-by: Guenter Roeck <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4bae052 commit ce09ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/manage.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,3 +2859,4 @@ bool irq_check_status_bit(unsigned int irq, unsigned int bitmask)
28592859
rcu_read_unlock();
28602860
return res;
28612861
}
2862+
EXPORT_SYMBOL_GPL(irq_check_status_bit);

0 commit comments

Comments
 (0)