lkml.org 
[lkml]   [2003]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH][v850] Update irq.c on v850 to use irqreturn_t
Date
From
diff -ruN -X../cludes linux-2.5.70/arch/v850/kernel/irq.c linux-2.5.70-v850-20030527/arch/v850/kernel/irq.c
--- linux-2.5.70/arch/v850/kernel/irq.c 2003-03-18 13:23:02.000000000 +0900
+++ linux-2.5.70-v850-20030527/arch/v850/kernel/irq.c 2003-05-27 16:09:43.000000000 +0900
@@ -35,7 +35,7 @@
* Special irq handlers.
*/

-void no_action(int cpl, void *dev_id, struct pt_regs *regs) { }
+irqreturn_t no_action(int cpl, void *dev_id, struct pt_regs *regs) { }

/*
* Generic no controller code
@@ -352,7 +352,7 @@
*/

int request_irq(unsigned int irq,
- void (*handler)(int, void *, struct pt_regs *),
+ irqreturn_t (*handler)(int, void *, struct pt_regs *),
unsigned long irqflags,
const char * devname,
void *dev_id)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.025 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site