lkml.org 
[lkml]   [2009]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] genirq: Prototype handle_nested_irq()
Date
The function is supposed to be called from the primary IRQ handler
for a demultiplexing chip so make a protype visible for them.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
include/linux/irq.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/irq.h b/include/linux/irq.h
index 5550b62..ae9653d 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -290,6 +290,7 @@ extern void handle_edge_irq(unsigned int irq, struct irq_desc *desc);
extern void handle_simple_irq(unsigned int irq, struct irq_desc *desc);
extern void handle_percpu_irq(unsigned int irq, struct irq_desc *desc);
extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc);
+extern void handle_nested_irq(unsigned int irq);

/*
* Monolithic do_IRQ implementation.
--
1.6.3.3


\
 
 \ /
  Last update: 2009-08-24 21:31    [W:0.045 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site