public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Remove struct pt_regs from omap_irda_irq()
@ 2006-10-27 16:51 Dirk Behme
  0 siblings, 0 replies; only message in thread
From: Dirk Behme @ 2006-10-27 16:51 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 99 bytes --]


Remove struct pt_regs from omap_irda_irq()

Signed-off-by: Dirk Behme <dirk.behme_at_gmail.com>



[-- Attachment #2: irda_warning_patch.txt --]
[-- Type: text/plain, Size: 473 bytes --]

Index: linux-osk/drivers/net/irda/omap-ir.c
===================================================================
--- linux-osk.orig/drivers/net/irda/omap-ir.c
+++ linux-osk/drivers/net/irda/omap-ir.c
@@ -325,7 +325,7 @@ static int omap_irda_shutdown(struct oma
 }
 
 static irqreturn_t
-omap_irda_irq(int irq, void *dev_id, struct pt_regs *hw_regs)
+omap_irda_irq(int irq, void *dev_id)
 {
 	struct net_device *dev = dev_id;
 	struct omap_irda *omap_ir = netdev_priv(dev);


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

only message in thread, other threads:[~2006-10-27 16:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-27 16:51 [PATCH] ARM: OMAP: Remove struct pt_regs from omap_irda_irq() Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox