aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r--include/linux/irqdomain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index 6f062416e5bf..e5e513c2d104 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -89,6 +89,7 @@ struct irq_domain_chip_generic;
89 */ 89 */
90struct irq_domain { 90struct irq_domain {
91 struct list_head link; 91 struct list_head link;
92 const char *name;
92 93
93 /* type of reverse mapping_technique */ 94 /* type of reverse mapping_technique */
94 unsigned int revmap_type; 95 unsigned int revmap_type;