Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] 2.6.10-pa1 build failure [drivers/serial/mux.c]
@ 2004-12-26  7:12 Mike Frysinger
  2004-12-26 14:11 ` Matthew Wilcox
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2004-12-26  7:12 UTC (permalink / raw)
  To: parisc-linux

this hunk is bum:
--- LINUS_2_6_10/drivers/serial/mux.c
+++ CVS2_6_10_PA1/drivers/serial/mux.c
-       port->irq   = SERIAL_IRQ_NONE;
+       port->irq   = NO_IRQ;

NO_IRQ isnt defined in any headers, but the serial_core.c has a similar hunk:

--- LINUS_2_6_10/drivers/serial/serial_core.c
+++ CVS2_6_10_PA1/drivers/serial/serial_core.c
+#ifndef NO_IRQ
+#define NO_IRQ (-1)
+#endif
+   if (port->irq == NO_IRQ) {
-mike
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-26 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-26  7:12 [parisc-linux] 2.6.10-pa1 build failure [drivers/serial/mux.c] Mike Frysinger
2004-12-26 14:11 ` Matthew Wilcox

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