* [PATCH] complete indy timer fix - one liner missing
@ 2001-12-14 1:15 Florian Lohoff
2001-12-14 20:24 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Florian Lohoff @ 2001-12-14 1:15 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 930 bytes --]
Hi,
just a short one liner to let the current cvs compile ... Ralf - You
forgot this one ...:
Index: sgi-ip22/ip22-setup.c
===================================================================
RCS file: /cvs/linux/arch/mips/sgi-ip22/ip22-setup.c,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 ip22-setup.c
--- sgi-ip22/ip22-setup.c 2001/12/13 22:14:01 1.1.2.2
+++ sgi-ip22/ip22-setup.c 2001/12/14 02:14:40
@@ -61,7 +61,7 @@
indy_setup wouldn't work since kmalloc isn't initialized yet. */
indy_reboot_setup();
- return request_irq(SGI_KEYBD_IRQ, handler, 0, "keyboard", NULL);
+ return request_irq(SGI_KEYBOARD_IRQ, handler, 0, "keyboard", NULL);
}
static int sgi_aux_request_irq(void (*handler)(int, void *, struct pt_regs *))
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
Nine nineth on september the 9th Welcome to the new billenium
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-12-14 21:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-14 1:15 [PATCH] complete indy timer fix - one liner missing Florian Lohoff
2001-12-14 20:24 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.