From: Haojian Zhuang Date: Tue, 11 Sep 2012 14:09:55 +0000 (+0800) Subject: mfd: 88pm860x: Fix section mismatch warning X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~14^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b381b72bf080dc10d20f5d33486488bf737bbc;p=pandora-kernel.git mfd: 88pm860x: Fix section mismatch warning WARNING: drivers/built-in.o(.data+0x1e3c8): Section mismatch in reference from the variable bk_devs to the variable .devinit.data:bk0_resources The variable bk_devs references the variable __devinitdata bk0_resources If the reference is valid then annotate the variable with __init* or __refdata (see linux/init.h) or name the variable: *driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console So add __devinitdata on bk_devs, led_devs & reg_devs. Signed-off-by: Haojian Zhuang Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed