diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2025-03-09 19:38:26 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-03-10 10:01:20 +0100 |
| commit | 827bafd527dde5a6e81421e88fb2144adac1f36c (patch) | |
| tree | 0540bf01896eac1a3fff0cb10a9afea63dbcea2c /include/linux/irqdomain.h | |
| parent | aa4a1d5b198314e9ef02844d0f9426efd5127f74 (diff) | |
genirq: Make a few functions static
None of these functions are used outside of their source files.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/878qpe2gnx.ffs@tglx
Diffstat (limited to 'include/linux/irqdomain.h')
| -rw-r--r-- | include/linux/irqdomain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 5c0ec335d980..33ff41eef8f7 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h @@ -630,9 +630,6 @@ static inline int irq_domain_alloc_irqs(struct irq_domain *domain, NULL); } -int irq_domain_alloc_irqs_hierarchy(struct irq_domain *domain, - unsigned int irq_base, - unsigned int nr_irqs, void *arg); int irq_domain_set_hwirq_and_chip(struct irq_domain *domain, unsigned int virq, irq_hw_number_t hwirq, |
