irqdomain: Add a name field
[linux-2.6-microblaze.git] / include / linux / irqdomain.h
index 6f06241..e5e513c 100644 (file)
@@ -89,6 +89,7 @@ struct irq_domain_chip_generic;
  */
 struct irq_domain {
        struct list_head link;
+       const char *name;
 
        /* type of reverse mapping_technique */
        unsigned int revmap_type;