Re: 2.4.20-pre10-ac2: proc_bus_pci_dir unresolved in pci_hotplug.o module

Greg KH (greg@kroah.com)
Fri, 1 Nov 2002 14:25:50 -0800


On Fri, Nov 01, 2002 at 03:01:29PM +0100, Christian Vogel wrote:
> Hi,
>
> when insmodding the pci_hotplug.o module I get unresolved symbol
> proc_bus_pci_dir on Kernel 2.4.20-pre10-ac2.
>
> The symbol is declared extern here:
>
> drivers/hotplug/pci_hutplug_core.c (line 131) has:
> extern struct proc_dir_entry *proc_bus_pci_dir
>
> The symbol is defined here:
>
> drivers/pci/proc.c (line 372) has:
> struct proc_dir_entry *proc_bus_pci_dir
>
> Probably some EXPORT_SYMBOL(proc_bus_pci_dir) is missing
> in the latter file?...

It is exported in the main 2.4.20-rc1 tree, so hopefully the next time
Alan syncs up he will get this fix.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/