mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Shachar Shemesh <lkml@shemesh.biz>
To: irda-users@lists.sourceforge.net
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] small IRDA compilation error
Date: Tue, 22 Apr 2003 15:46:37 +0300	[thread overview]
Message-ID: <3EA539AD.90102@shemesh.biz> (raw)

This patch is against CVS tip.

Fixed a mismatch in declaration between "irport_interrupt" in the header 
files (returning void) and in the definition (returning irqreturn_t).

I'm not subscribed to irda-users, so please also reply in private.

Index: include/net/irda/irport.h
===================================================================
RCS file: /home/sun/sources/cvs/linux-2.5/include/net/irda/irport.h,v
retrieving revision 1.2
diff -u -r1.2 irport.h
--- include/net/irda/irport.h   5 Feb 2002 17:40:40 -0000       1.2
+++ include/net/irda/irport.h   22 Apr 2003 11:54:53 -0000
@@ -81,7 +81,7 @@
 void irport_start(struct irport_cb *self);
 void irport_stop(struct irport_cb *self);
 void irport_change_speed(void *priv, __u32 speed);
-void irport_interrupt(int irq, void *dev_id, struct pt_regs *regs);
+irqreturn_t irport_interrupt(int irq, void *dev_id, struct pt_regs *regs);
 int  irport_hard_xmit(struct sk_buff *skb, struct net_device *dev);
 int  irport_net_open(struct net_device *dev);
 int  irport_net_close(struct net_device *dev);

-- 
Shachar Shemesh
Open Source integration consultant
Home page & resume - http://www.shemesh.biz/



                 reply	other threads:[~2003-04-22 12:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3EA539AD.90102@shemesh.biz \
    --to=lkml@shemesh.biz \
    --cc=irda-users@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®