linux/arch/arm/mach-davinci
Axel Lin 079db590f9 davinci: cpufreq: fix section mismatch warning
Fix below section mismatch warning:
WARNING: vmlinux.o(.data+0x673c): Section mismatch in reference from the variable davinci_driver to the function .init.text:davinci_cpu_init()
The variable davinci_driver references
the function __init davinci_cpu_init()
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,

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
2011-02-28 14:58:21 -08:00
..
2011-01-13 17:18:26 +01:00
2011-01-13 17:18:26 +01:00
2011-01-13 17:18:26 +01:00
2010-11-16 14:14:02 +01:00
2010-12-10 07:33:50 -08:00
2011-01-06 22:33:32 +00:00
2010-12-11 12:15:53 +02:00