[2.1.37] ncr53c8xx driver (module) don't load

Riccardo Facchetti (fizban@mbox.vol.it)
Thu, 15 May 1997 22:32:30 +0200 (MET DST)


The ncr driver compiled as a module, is not loaded because of a symbol not
exported by the kernel:
/lib/modules/2.1.37/scsi/ncr53c8xx.o: unresolved symbol x86
I think we should add:
EXPORT_SYMBOL(x86);
in
arch/i386/kernel/i386_ksyms.c
to let this module work again.

Ciao,
Riccardo.