[patch] 2.6.0-test4: sis190 doesn't compile with gcc 2.95

From: Adrian Bunk
Date: Mon Aug 25 2003 - 16:01:23 EST


On Fri, Aug 22, 2003 at 05:48:56PM -0700, Linus Torvalds wrote:
>...
> Summary of changes from v2.6.0-test3 to v2.6.0-test4
> ============================================
>...
> Jeff Garzik:
>...
> o [netdrvr] add sis190 gigabit ethernet driver (note: needs work)
>...

The following is needed to fix the compilation of sis190 with gcc 2.95:

--- linux-2.6.0-test4-mm1/drivers/net/sis190.c.old 2003-08-25 20:03:04.000000000 +0200
+++ linux-2.6.0-test4-mm1/drivers/net/sis190.c 2003-08-25 20:03:45.000000000 +0200
@@ -536,6 +536,7 @@
static int printed_version = 0;
int i, rc;
u16 reg31;
+ int val;

assert(pdev != NULL);
assert(ent != NULL);
@@ -620,7 +621,7 @@
dev->dev_addr[2], dev->dev_addr[3],
dev->dev_addr[4], dev->dev_addr[5], dev->irq);

- int val = smdio_read(ioaddr, PHY_AUTO_NEGO_REG);
+ val = smdio_read(ioaddr, PHY_AUTO_NEGO_REG);

printk(KERN_INFO "%s: Auto-negotiation Enabled.\n", dev->name);



cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/