mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
irqdomain: Get rid of irq_create_strict_mappings()
No user of this helper is left, remove it. Signed-off-by: Marc Zyngier <maz@kernel.org>
This commit is contained in:
parent
5f8b938bd7
commit
1a0b05e435
2 changed files with 0 additions and 35 deletions
|
@ -415,9 +415,6 @@ static inline unsigned int irq_linear_revmap(struct irq_domain *domain,
|
|||
extern unsigned int irq_find_mapping(struct irq_domain *host,
|
||||
irq_hw_number_t hwirq);
|
||||
extern unsigned int irq_create_direct_mapping(struct irq_domain *host);
|
||||
extern int irq_create_strict_mappings(struct irq_domain *domain,
|
||||
unsigned int irq_base,
|
||||
irq_hw_number_t hwirq_base, int count);
|
||||
|
||||
extern const struct irq_domain_ops irq_domain_simple_ops;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue