[PATCH 1/2] genirq: export irq_set_chip_and_handler_name()

2012-07-08 Thread Kuninori Morimoto
Export irq_set_chip_and_handler_name() to modules to allow them to do things such as irq_set_chip_and_handler(virq, _irq_chip, handle_level_irq); This fixes ERROR: "irq_set_chip_and_handler_name" \

[PATCH 1/2] genirq: export irq_set_chip_and_handler_name()

2012-07-08 Thread Kuninori Morimoto
Export irq_set_chip_and_handler_name() to modules to allow them to do things such as irq_set_chip_and_handler(virq, dummy_irq_chip, handle_level_irq); This fixes ERROR: irq_set_chip_and_handler_name \