diff --git a/[refs] b/[refs] index f6ecd66bf6b5..34b3b58fdbd9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c5a114f1fb2d3c54be62779a705e088471063b47 +refs/heads/master: 145fc655a1ceabda76cf2ad74f7cf96863c65b65 diff --git a/trunk/include/linux/irq.h b/trunk/include/linux/irq.h index 775f5a7da493..52fc4052a0ae 100644 --- a/trunk/include/linux/irq.h +++ b/trunk/include/linux/irq.h @@ -321,6 +321,9 @@ extern int can_request_irq(unsigned int irq, unsigned long irqflags); extern struct irq_chip no_irq_chip; extern struct irq_chip dummy_irq_chip; +extern void +set_irq_chip_and_handler(unsigned int irq, struct irq_chip *chip, + irq_flow_handler_t handle); extern void set_irq_chip_and_handler_name(unsigned int irq, struct irq_chip *chip, irq_flow_handler_t handle, const char *name);