summaryrefslogtreecommitdiff
path: root/drivers/regulator/wm8400-regulator.c
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-04-02 10:57:01 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-03 02:28:58 +0400
commitc0d78c23423ee6ec774ac53f129e61839dde1908 (patch)
tree0f9abd1f8472dd85268a4a704c022a6903c8bbfe /drivers/regulator/wm8400-regulator.c
parentdd775ae2549217d3ae09363e3edb305d0fa19928 (diff)
downloadlinux-c0d78c23423ee6ec774ac53f129e61839dde1908.tar.xz
regulator: anatop: fix 'anatop_regulator' name collision
There is a name collision between 'struct platform_driver anatop_regulator' and 'struct anatop_regulator', which causes some section mismatch warnings like below. WARNING: vmlinux.o(.data+0x154d4): Section mismatch in reference from the variable anatop_regulator to the function .devinit.text:anatop_regulator_probe() The variable anatop_regulator references the function __devinit anatop_regulator_probe() 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 Rename 'struct platform_driver anatop_regulator' to 'struct platform_driver anatop_regulator_driver' to fix the warnings. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Cc: Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/wm8400-regulator.c')
0 files changed, 0 insertions, 0 deletions