Skip to content

Commit

Permalink
irqdomain: Export irq_domain_set_info() for module use
Browse files Browse the repository at this point in the history
Export irq_domain_set_info() for module use.  It will be used by the Volume
Management Device driver.

[bhelgaas: changelog]
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Keith Busch authored and Bjorn Helgaas committed Jan 15, 2016
1 parent bf6f869 commit 64bce3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/irq/irqdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,7 @@ void irq_domain_set_info(struct irq_domain *domain, unsigned int virq,
__irq_set_handler(virq, handler, 0, handler_name);
irq_set_handler_data(virq, handler_data);
}
EXPORT_SYMBOL(irq_domain_set_info);

/**
* irq_domain_reset_irq_data - Clear hwirq, chip and chip_data in @irq_data
Expand Down

0 comments on commit 64bce3e

Please sign in to comment.