On Fri, 06 Oct 2006 12:12:34 -0600
Matthew Wilcox <[EMAIL PROTECTED]> wrote:

> From: Helge Deller <[EMAIL PROTECTED]>
> 
> WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to 
> .init.text:de_init_one from .data.rel.local after 'de_driver' (at offset 0x20)
> WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to 
> .exit.text:de_remove_one from .data.rel.local after 'de_driver' (at offset 
> 0x28)

This is caused because with PCI hotplug the device might be probed after the 
init section
has been removed.  Ditto for remove.

The fix looks correct.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to