mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Patch: 2.6.10 - CMSPAR in mxser.c undeclared
@ 2004-12-29  8:19 Norbert Tretkowski
  2004-12-29  8:52 ` Al Viro
  2004-12-29 19:56 ` Alan Cox
  0 siblings, 2 replies; 5+ messages in thread
From: Norbert Tretkowski @ 2004-12-29  8:19 UTC (permalink / raw)
  To: linux-kernel

{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;

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

end of thread, other threads:[~2004-12-30  0:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-29  8:19 Patch: 2.6.10 - CMSPAR in mxser.c undeclared Norbert Tretkowski
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

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®