[WARNING] mxc_w1_probe should not be __init modified
Alberto Panizzo
maramaopercheseimorto at gmail.com
Fri Feb 12 05:42:28 EST 2010
Today linux-next build, report this:
WARNING: drivers/w1/masters/built-in.o(.data+0x0): Section mismatch in reference from the variable mxc_w1_driver to the function .init.text:mxc_w1_probe()
The variable mxc_w1_driver references
the function __init mxc_w1_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
I don't know if should be modified with __devinit instead or nothing at all.
Best regards.
--
Alberto!
More information about the linux-arm-kernel
mailing list