[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080612221046.4bbaef59@lxorguk.ukuu.org.uk>
Date: Thu, 12 Jun 2008 22:10:46 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Alan Cox <alan@...hat.com>, jeff@...zik.org,
netdev@...r.kernel.org
Subject: Re: [patch 04/13] 8390: Split 8390 support into a pausing and a non
pausing driver core
> 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
Alan
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists