[parisc-linux] Unresolved symbols in 2.4.22-pa13
Ruediger Scholz
rscholz@hrzpub.tu-darmstadt.de
Wed, 05 Nov 2003 21:01:01 +0100
Hi there,
when compiling the parport driver as a module, I get an unresolved
symbols error:
-----><--------
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.22-pa13; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.22-pa13/kernel/drivers/parport/parport_pc.o
depmod: outsb
depmod: outsl
depmod: insb
depmod: insl
-----><--------
Can s.b. with CVS access add the necessary export symbol lines to
parport_pc?
Greetings,
Ruediger