From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Andreas Steinmetz <ast@domdv.de>
Cc: linux.nics@intel.com, linux-kernel@vger.kernel.org
Subject: Re: 2.4.20pre5 e100 build error + trivial fix
Date: Wed, 04 Sep 2002 21:56:15 -0400 [thread overview]
Message-ID: <3D76B9BF.5080101@mandrakesoft.com> (raw)
In-Reply-To: 3D769371.6000009@domdv.de
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...
prev parent reply other threads:[~2002-09-05 1:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-04 23:12 2.4.20pre5 e100 build error + trivial fix Andreas Steinmetz
2002-09-05 1:56 ` Jeff Garzik [this message]
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=3D76B9BF.5080101@mandrakesoft.com \
--to=jgarzik@mandrakesoft.com \
--cc=ast@domdv.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux.nics@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.