linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix serial-uartlite after global pt_regs
@ 2006-11-15 20:10 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2006-11-15 20:10 UTC (permalink / raw)
  To: akpm; +Cc: linux-serial

Hi Andrew,

This little patch updates the serial uartlite driver in -mm for the
global pt_regs in 2.6.19-rc2+.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

--- linux-mm.orig/drivers/serial/uartlite.c
+++ linux-mm/drivers/serial/uartlite.c
@@ -126,7 +126,7 @@
 	return 1;
 }
 
-static irqreturn_t ulite_isr(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t ulite_isr(int irq, void *dev_id)
 {
 	struct uart_port *port = (struct uart_port *)dev_id;
 	int busy;

-- 
Bye, Peter Korsgaard

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

only message in thread, other threads:[~2006-11-15 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15 20:10 [PATCH] Fix serial-uartlite after global pt_regs Peter Korsgaard

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