netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: netdev@vger.kernel.org, Alan Cox <alan@redhat.com>,
	jeff@garzik.org, Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [patch 04/13] 8390: Split 8390 support into a pausing and a non pausing driver core
Date: Thu, 12 Jun 2008 16:37:30 -0500 (CDT)	[thread overview]
Message-ID: <26598825.1213306650905.JavaMail.oracle@acsmt303.oracle.com> (raw)
In-Reply-To: <20080612221046.4bbaef59@lxorguk.ukuu.org.uk>

--- Original Message ---
> > drivers/built-in.o: In function `ne_block_output':
> > /local/linsrc/linux-2.6.26-rc5-mm2/drivers/net/ne2.c:751: undefined reference to `NS8390_init'
> > drivers/built-in.o: In function `ne2_probe1':
> > /local/linsrc/linux-2.6.26-rc5-mm2/drivers/net/ne2.c:502: undefined reference to `NS8390_init'
> > make[1]: *** [.tmp_vmlinux1] Error 1
> > 
> > for ne2 driver built into kernel image.
> 
> NS8390_init comes from drivers/net/8390.c for non pausing
> drivers. I
> thought something else might be needed as I was sure there was
> more to
> the origina patch I posted that didn't get out.
> 
> Do an s/NS8390_init/NS8390p_init/ in ne2.c


OK, that works.  Thanks.

---
~Randy


      reply	other threads:[~2008-06-12 21:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-09 23:33 [patch 04/13] 8390: Split 8390 support into a pausing and a non pausing driver core akpm
2008-06-09 23:52 ` Alan Cox
2008-06-10  0:15   ` Andrew Morton
2008-06-10  8:55     ` Alan Cox
2008-06-10  0:13 ` Alan Cox
2008-06-10  0:19   ` Andrew Morton
2008-06-10 10:20     ` Alan Cox
2008-06-11 18:25       ` Randy Dunlap
2008-06-12 21:10         ` Alan Cox
2008-06-12 21:37           ` Randy Dunlap [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=26598825.1213306650905.JavaMail.oracle@acsmt303.oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=alan@redhat.com \
    --cc=jeff@garzik.org \
    --cc=netdev@vger.kernel.org \
    /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 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).