2002-09-04 23:07:27

by Andreas Steinmetz

[permalink] [raw]
Subject: 2.4.20pre5 e100 build error + trivial fix

--- drivers/net/e100/e100_phy.c.orig 2002-09-05 00:35:38.000000000 +0200
+++ drivers/net/e100/e100_phy.c 2002-09-05 01:03:32.000000000 +0200
@@ -622,7 +622,7 @@
* Returns: void
*
*/
-static void
+void
e100_force_speed_duplex(struct e100_private *bdp)
{
u16 control;


Attachments:
e100_phy.diff (276.00 B)

2002-09-05 01:51:43

by Jeff Garzik

[permalink] [raw]
Subject: Re: 2.4.20pre5 e100 build error + trivial fix

Andreas Steinmetz wrote:
> Hi,
> the e100 driver in 2.4.20pre5 fails to build due to a static procedure
> declaration with an unresolved symbol (see below), trivial patch to fix
> this is attached.
> ------------------------------------------------------------------------
>
> --- drivers/net/e100/e100_phy.c.orig 2002-09-05 00:35:38.000000000 +0200
> +++ drivers/net/e100/e100_phy.c 2002-09-05 01:03:32.000000000 +0200
> @@ -622,7 +622,7 @@
> * Returns: void
> *
> */
> -static void
> +void
> e100_force_speed_duplex(struct e100_private *bdp)
> {
> u16 control;


This is already sent to Marcelo for 2.4.x...