diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 1cdfd09c8abc..664544ff77d5 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -223,7 +223,7 @@ extern void disable_irq_nosync(unsigned int irq); | |||
223 | extern void disable_irq(unsigned int irq); | 223 | extern void disable_irq(unsigned int irq); |
224 | extern void disable_percpu_irq(unsigned int irq); | 224 | extern void disable_percpu_irq(unsigned int irq); |
225 | extern void enable_irq(unsigned int irq); | 225 | extern void enable_irq(unsigned int irq); |
226 | extern void enable_percpu_irq(unsigned int irq); | 226 | extern void enable_percpu_irq(unsigned int irq, unsigned int type); |
227 | 227 | ||
228 | /* The following three functions are for the core kernel use only. */ | 228 | /* The following three functions are for the core kernel use only. */ |
229 | #ifdef CONFIG_GENERIC_HARDIRQS | 229 | #ifdef CONFIG_GENERIC_HARDIRQS |