From: Mike Frysinger <vapier@gentoo.org>
To: parisc-linux@parisc-linux.org
Subject: [parisc-linux] 2.6.10-pa1 build failure [drivers/serial/mux.c]
Date: Sun, 26 Dec 2004 02:12:19 -0500 [thread overview]
Message-ID: <200412260212.19982.vapier@gentoo.org> (raw)
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
next reply other threads:[~2004-12-26 7:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-26 7:12 Mike Frysinger [this message]
2004-12-26 14:11 ` [parisc-linux] 2.6.10-pa1 build failure [drivers/serial/mux.c] Matthew Wilcox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200412260212.19982.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=parisc-linux@parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox