]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/irqdomain.h
irqdomain: Support removal of IRQ domains.
[karo-tx-linux.git] / include / linux / irqdomain.h
index c65740d76e663a35da56f3e680835d8349e8f9dd..a796dbf80b672f2d11b81f8dd63fa4143059669d 100644 (file)
@@ -141,10 +141,12 @@ static inline struct irq_domain *irq_domain_add_legacy_isa(
        return irq_domain_add_legacy(of_node, NUM_ISA_INTERRUPTS, 0, 0, ops,
                                     host_data);
 }
+
+extern void irq_domain_remove(struct irq_domain *host);
+
 extern struct irq_domain *irq_find_host(struct device_node *node);
 extern void irq_set_default_host(struct irq_domain *host);
 
-
 extern unsigned int irq_create_mapping(struct irq_domain *host,
                                       irq_hw_number_t hwirq);
 extern void irq_dispose_mapping(unsigned int virq);