Haojian Zhuang 50b381b72b 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>
2012-09-14 09:52:15 +02:00
..
2012-07-16 15:00:32 +02:00
2012-07-30 12:41:17 -07:00
2012-07-16 15:00:32 +02:00
2012-01-09 01:03:34 +01:00
2012-05-20 17:27:06 +02:00
2012-07-16 14:31:59 +02:00
2012-06-20 14:39:36 -07:00
2012-06-20 14:39:36 -07:00
2012-01-09 00:37:44 +01:00
2012-03-28 13:56:35 -07:00