From: Bernhard Rosenkraenzer <bero@arklinux.org>
To: linux-kernel@vger.kernel.org, alan@lxorguk.ukuu.org.uk
Subject: [PATCH] 2.4.21-rc5-ac2 doesn't build with gcc 3.3
Date: Fri, 30 May 2003 01:12:11 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.53.0305300104500.31258@dot.kde.org> (raw)
[-- Attachment #1: Type: TEXT/PLAIN, Size: 357 bytes --]
Hi,
Some 2.4.21-rc5-ac2 modules (actually 2.4.21-rc5-ac2 applied to 2.4.21-rc6
w/ the conflicts resolved, but that shouldn't make a difference) don't
compile with gcc 3.3.
Fix attached.
LLaP
bero
--
Ark Linux - Linux for the masses
http://www.arklinux.org/
Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php
[-- Attachment #2: Fix build w/ gcc 3.3 --]
[-- Type: TEXT/PLAIN, Size: 1643 bytes --]
--- linux-2.4.20/drivers/net/wan/sbni.c.bero 2003-05-30 00:20:35.000000000 +0200
+++ linux-2.4.20/drivers/net/wan/sbni.c 2003-05-30 00:50:28.000000000 +0200
@@ -1621,7 +1621,7 @@
"2:\n"
:
: "a" (_crc), "g" (p), "g" (len)
- : "ax", "bx", "cx", "dx", "si", "di"
+ : "bx", "cx", "dx", "si", "di"
);
return _crc;
--- linux-2.4.20/drivers/i2c/i2c-ali1535.c.bero 2003-05-30 00:13:42.000000000 +0200
+++ linux-2.4.20/drivers/i2c/i2c-ali1535.c 2003-05-30 00:55:29.000000000 +0200
@@ -673,8 +673,8 @@
#ifdef MODULE
MODULE_AUTHOR
- ("Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>,
- Mark D. Studebaker <mdsxyz123@yahoo.com> and Dan Eaton <dan.eaton@rocketlogix.com>");
+ ("Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, "
+ "Mark D. Studebaker <mdsxyz123@yahoo.com> and Dan Eaton <dan.eaton@rocketlogix.com>");
MODULE_DESCRIPTION("ALI1535 SMBus driver");
int init_module(void)
--- linux-2.4.20/drivers/sensors/lm87.c.bero 2003-05-30 00:53:35.000000000 +0200
+++ linux-2.4.20/drivers/sensors/lm87.c 2003-05-30 00:55:37.000000000 +0200
@@ -1061,10 +1061,10 @@
#endif
MODULE_AUTHOR
- ("Frodo Looijaard <frodol@dds.nl>,
- Philip Edelbrock <phil@netroedge.com>,
- Mark Studebaker <mdsxyz123@yahoo.com>,
- and Stephen Rousset <stephen.rousset@rocketlogix.com>");
+ ("Frodo Looijaard <frodol@dds.nl>, "
+ "Philip Edelbrock <phil@netroedge.com>, "
+ "Mark Studebaker <mdsxyz123@yahoo.com>, "
+ "and Stephen Rousset <stephen.rousset@rocketlogix.com>");
MODULE_DESCRIPTION("LM87 driver");
reply other threads:[~2003-05-29 22:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=Pine.LNX.4.53.0305300104500.31258@dot.kde.org \
--to=bero@arklinux.org \
--cc=alan@lxorguk.ukuu.org.uk \
--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®