lkml.org 
[lkml]   [2003]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.4.21-rc5-ac2 doesn't build with gcc 3.3
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--- 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");
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.146 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site