linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: miles@lsi.nec.co.jp (Miles Bader)
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][v850]  Update irq.c on v850 to use irqreturn_t
Date: Tue,  6 May 2003 12:09:24 +0900 (JST)	[thread overview]
Message-ID: <20030506030924.3CB153759@mcspd15.ucom.lsi.nec.co.jp> (raw)

diff -ruN -X../cludes linux-2.5.69-uc0/arch/v850/kernel/irq.c linux-2.5.69-uc0-v850-20030506/arch/v850/kernel/irq.c
--- linux-2.5.69-uc0/arch/v850/kernel/irq.c	2003-03-18 13:23:02.000000000 +0900
+++ linux-2.5.69-uc0-v850-20030506/arch/v850/kernel/irq.c	2003-05-06 10:49:25.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)

             reply	other threads:[~2003-05-06  3:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-06  3:09 Miles Bader [this message]
2003-05-27  9:21 [PATCH][v850] Update irq.c on v850 to use irqreturn_t Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030506030924.3CB153759@mcspd15.ucom.lsi.nec.co.jp \
    --to=miles@lsi.nec.co.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miles@gnu.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).