summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab3100.c
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2012-09-11 22:09:55 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-14 09:52:15 +0200
commit50b381b72bf080dc10d20f5d33486488bf737bbc (patch)
treecd5fa97bfbb67e4d5ac2765f76581dc6a6fffa4b /drivers/regulator/ab3100.c
parentb079fa72069ba7f754ba8bdf737335abdb971b67 (diff)
downloadlinux-50b381b72bf080dc10d20f5d33486488bf737bbc.tar.bz2
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 <haojian.zhuang@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/regulator/ab3100.c')
0 files changed, 0 insertions, 0 deletions