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

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


Remove struct pt_regs from menelaus_irq()

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


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

Index: linux-osk/drivers/i2c/chips/menelaus.c
===================================================================
--- linux-osk.orig/drivers/i2c/chips/menelaus.c
+++ linux-osk/drivers/i2c/chips/menelaus.c
@@ -678,7 +678,7 @@ static void menelaus_work(void * _menela
 /*
  * We cannot use I2C in interrupt context, so we just schedule work.
  */
-static irqreturn_t menelaus_irq(int irq, void *_menelaus, struct pt_regs *regs)
+static irqreturn_t menelaus_irq(int irq, void *_menelaus)
 {
 	struct menelaus_chip *menelaus = _menelaus;
 



[-- 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:56 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:56 [PATCH] ARM: OMAP: Remove struct pt_regs from menelaus_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