quoted
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