diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2024-12-10 11:20:45 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-01-15 10:56:22 +0100 |
commit | 9620301cc27f6dc6197236a55a44fac8e64be0a1 (patch) | |
tree | a8dd500745c321da3fb48b70c5fdd6bfcfbc9db9 /kernel/irq/internals.h | |
parent | 8d187a77f04c14fb459a5301d69f733a5a1396bc (diff) |
genirq: Remove handle_enforce_irqctx() wrapper
Now that it is unconditionally available, remove the wrapper.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241210101811.561078243@linutronix.de
Diffstat (limited to 'kernel/irq/internals.h')
-rw-r--r-- | kernel/irq/internals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/irq/internals.h b/kernel/irq/internals.h index a29df4b02a2e..b61fc64c3484 100644 --- a/kernel/irq/internals.h +++ b/kernel/irq/internals.h @@ -469,11 +469,6 @@ static inline bool irq_fixup_move_pending(struct irq_desc *desc, bool fclear) } #endif /* !CONFIG_GENERIC_PENDING_IRQ */ -static inline bool handle_enforce_irqctx(struct irq_data *data) -{ - return irqd_is_handle_enforce_irqctx(data); -} - #if !defined(CONFIG_IRQ_DOMAIN) || !defined(CONFIG_IRQ_DOMAIN_HIERARCHY) static inline int irq_domain_activate_irq(struct irq_data *data, bool reserve) { |