Re: 2.1.68 module problems (unix.o, isdn.o, parport.o)

Andi Kleen (ak@muc.de)
01 Dec 1997 19:02:02 +0100


Bernhard Rosenkraenzer <root@bero-online.ml.org> writes:

> After patching 2.1.68 into compiling, I'm seeing unresolved calls in some
> of the modules:
>
> unix.o: csum_partial
EXPORT_SYMBOL(csum_partial); into net/netsym.c

> isdn.o: dev_tint

dev_tint() is obsolete. Just remove it from the ISDN driver.

-Andi