blob: 7f827965e97a9fa3f6b21326f7935be6c31867a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- /tmp/pxa.c 2006-08-29 10:51:57.000000000 +0200
+++ linux-2.6.16/drivers/serial/pxa.c 2006-08-29 10:52:38.545780000 +0200
@@ -241,7 +241,7 @@
/*
* This handles the interrupt from one port.
*/
-static inline irqreturn_t
+inline irqreturn_t
serial_pxa_irq(int irq, void *dev_id, struct pt_regs *regs)
{
struct uart_pxa_port *up = (struct uart_pxa_port *)dev_id;
|