aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index f899b502f186..56f9988362ec 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -236,6 +236,7 @@ typedef struct irq_desc irq_desc_t;
236#include <asm/hw_irq.h> 236#include <asm/hw_irq.h>
237 237
238extern int setup_irq(unsigned int irq, struct irqaction *new); 238extern int setup_irq(unsigned int irq, struct irqaction *new);
239extern struct irqaction *remove_irq(unsigned int irq, void *dev_id);
239 240
240#ifdef CONFIG_GENERIC_HARDIRQS 241#ifdef CONFIG_GENERIC_HARDIRQS
241 242