From: Randy Dunlap <[EMAIL PROTECTED]>
Date: Sun, 22 Oct 2006 19:13:09 -0700

> From: Randy Dunlap <[EMAIL PROTECTED]>
> 
> hrz_init() is called from the probe function, which is __devinit
> and could be called after init.
> 
> WARNING: drivers/atm/horizon.o - Section mismatch: reference to 
> .init.text:.hrz_init from .text between '.hrz_probe' (at offset 0x4054) and 
> '.hrz_remove_one'
> 
> Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>

It is only called from hrz_init() and thus shouldn't it be
thus marked __devinit as well?  That seems to be the right
way to fix this one.
-
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