public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.20-pre10-ac2: proc_bus_pci_dir unresolved in pci_hotplug.o module
@ 2002-11-01 14:01 Christian Vogel
  2002-11-01 22:25 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Vogel @ 2002-11-01 14:01 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linux Kernel Mailing-List

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 560 bytes --]

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?...

        Chris

-- 
L'urgent est fait, L'impossible est en cours,
Pour les miracles, ... prévoir un délai.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.20-pre10-ac2: proc_bus_pci_dir unresolved in pci_hotplug.o module
  2002-11-01 14:01 2.4.20-pre10-ac2: proc_bus_pci_dir unresolved in pci_hotplug.o module Christian Vogel
@ 2002-11-01 22:25 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2002-11-01 22:25 UTC (permalink / raw)
  To: Christian Vogel; +Cc: Alan Cox, Linux Kernel Mailing-List

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-01 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-01 14:01 2.4.20-pre10-ac2: proc_bus_pci_dir unresolved in pci_hotplug.o module Christian Vogel
2002-11-01 22:25 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox