Fabio Estevam 6b2995b62e mtd: fix section mismatch on sst25l
Building the kernel with 'make CONFIG_DEBUG_SECTION_MISMATCH=y´

resulted in:

WARNING: vmlinux.o(.data+0x15938): Section mismatch in reference from
the variable sst25l_driver to the function .init.text:sst25l_probe()
The variable sst25l_driver references
the function __init sst25l_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,

Fix the section mismatch.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2010-12-03 16:34:55 +00:00
..
2010-10-26 10:58:00 +01:00
2009-03-20 13:16:26 +00:00
2009-03-20 13:16:26 +00:00
2010-03-18 07:53:16 +00:00
2008-06-04 17:50:17 +01:00
2008-06-04 17:50:17 +01:00
2010-10-25 01:36:36 +01:00
2010-12-03 16:34:55 +00:00