Re: ncr53c875 (fwd)

Daniel Deckers (fh5y076@public.uni-hamburg.de)
Tue, 7 Apr 1998 00:06:13 +0200 (MET DST)


Also the driver cannot be installed as a module, since pci_find_dev does not
get exported (this is not meant as criticism, just to point out something
that needs fixing). Probably something along the lines of the following diff
is needed?

=====
--- linux-2.1.92/kernel/ksyms.c
+++ linux-fixed/kernel/ksyms.c
@@ -101,6 +101,7 @@
EXPORT_SYMBOL(get_options);

#ifdef CONFIG_PCI
+EXPORT_SYMBOL(pci_find_dev);
EXPORT_SYMBOL(pcibios_present);
EXPORT_SYMBOL(pcibios_find_class);
EXPORT_SYMBOL(pcibios_find_device);
=====

Yours,
Dan

-- 
Daniel_Deckers@public.uni-hamburg.de

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu