linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] small IRDA compilation error
@ 2003-04-22 12:46 Shachar Shemesh
  0 siblings, 0 replies; only message in thread
From: Shachar Shemesh @ 2003-04-22 12:46 UTC (permalink / raw)
  To: irda-users; +Cc: linux-kernel, Linus Torvalds

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/



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-22 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-22 12:46 [PATCH] small IRDA compilation error Shachar Shemesh

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).