summaryrefslogtreecommitdiff
path: root/include/linux/irqbypass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/irqbypass.h')
-rw-r--r--include/linux/irqbypass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irqbypass.h b/include/linux/irqbypass.h
index cd64fcaa88fe..ede1fa938152 100644
--- a/include/linux/irqbypass.h
+++ b/include/linux/irqbypass.h
@@ -84,7 +84,7 @@ struct irq_bypass_consumer {
};
int irq_bypass_register_producer(struct irq_bypass_producer *producer,
- struct eventfd_ctx *eventfd);
+ struct eventfd_ctx *eventfd, int irq);
void irq_bypass_unregister_producer(struct irq_bypass_producer *producer);
int irq_bypass_register_consumer(struct irq_bypass_consumer *consumer,
struct eventfd_ctx *eventfd);