From: Norbert Tretkowski <tretkowski@inittab.de>
To: linux-kernel@vger.kernel.org
Subject: Patch: 2.6.10 - CMSPAR in mxser.c undeclared
Date: Wed, 29 Dec 2004 09:19:58 +0100 [thread overview]
Message-ID: <20041229081957.GA31981@rollcage.inittab.de> (raw)
{standard input}: Assembler messages:
{standard input}:5: Warning: setting incorrect section attributes for .got
drivers/char/mxser.c: In function `mxser_ioctl_special':
drivers/char/mxser.c:1564: error: `CMSPAR' undeclared (first use in this function)
drivers/char/mxser.c:1564: error: (Each undeclared identifier is reported only once
drivers/char/mxser.c:1564: error: for each function it appears in.)
make[4]: *** [drivers/char/mxser.o] Error 1
make[3]: *** [drivers/char] Error 2
make[2]: *** [drivers] Error 2
--- drivers/char/mxser.c~ 2004-12-24 22:35:14.000000000 +0100
+++ drivers/char/mxser.c 2004-12-29 09:08:59.000000000 +0100
@@ -1561,6 +1561,10 @@
mon_data_ext.stopbits[i] = cflag & CSTOPB;
+#ifndef CMSPAR
+#define CMSPAR 010000000000
+#endif
+
mon_data_ext.parity[i] = cflag & (PARENB | PARODD | CMSPAR);
mon_data_ext.flowctrl[i] = 0x00;
next reply other threads:[~2004-12-29 8:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-29 8:19 Norbert Tretkowski [this message]
2004-12-29 8:52 ` Al Viro
2004-12-29 19:56 ` Alan Cox
2004-12-29 23:03 ` Al Viro
2004-12-30 0:15 ` Norbert Tretkowski
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=20041229081957.GA31981@rollcage.inittab.de \
--to=tretkowski@inittab.de \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®