linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.21-rc5-ac2 doesn't build with gcc 3.3
@ 2003-05-29 23:12 Bernhard Rosenkraenzer
  0 siblings, 0 replies; only message in thread
From: Bernhard Rosenkraenzer @ 2003-05-29 23:12 UTC (permalink / raw)
  To: linux-kernel, alan

[-- 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");
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-29 22:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-29 23:12 [PATCH] 2.4.21-rc5-ac2 doesn't build with gcc 3.3 Bernhard Rosenkraenzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).