On Mon, Mar 27, 2006 at 12:26:12PM -0800, Randy.Dunlap wrote:
> From: Randy Dunlap <[EMAIL PROTECTED]>
> 
> Fix section mismatches in acenic driver:
> WARNING: drivers/net/acenic.o - Section mismatch: reference to 
> .init.data:tigon2FwText from .text between 'acenic_probe_one' (at offset 
> 0x2409) and 'ace_interrupt'
> WARNING: drivers/net/acenic.o - Section mismatch: reference to 
> .init.data:tigon2FwRodata from .text between 'acenic_probe_one' (at offset 
> 0x2422) and 'ace_interrupt'
> 
> Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>

I'm glad to see these fixes appear.
Did you manage to compile with and without HOTPLUG enabled?
This is important since HOTPLUG redefined __dev* to nothing => no
section mismatchs.

        Sam
-
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