From: Jingchang Lu Date: Tue, 1 Jul 2014 08:37:11 +0000 (+0800) Subject: clk: ppc-corenet: Fix Section mismatch warning X-Git-Tag: omap-for-v3.17/fixes-against-rc2~188^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da788acb28386aa896224e784954bb73c99ff26c;p=pandora-kernel.git clk: ppc-corenet: Fix Section mismatch warning WARNING: drivers/built-in.o(.data+0x10258): Section mismatch in reference from the variable ppc_corenet_clk_driver to the (unknown reference) .init.rodata:(unknown) The variable ppc_corenet_clk_driver references the (unknown reference) __initconst (unknown) 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: Jingchang Lu Signed-off-by: Mike Turquette --- Reading git-diff-tree failed