diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2011-04-26 11:06:22 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-05-26 19:45:21 +0200 |
commit | a5156f1adeeb0be7f8370c1d2e111bd1b082b578 (patch) | |
tree | ab93001658898e1ecea73bd2b42b3372e9d87bc1 /arch/arm/mach-pxa/time.c | |
parent | mfd: Fix wl1273 warning (diff) | |
download | linux-a5156f1adeeb0be7f8370c1d2e111bd1b082b578.tar.xz linux-a5156f1adeeb0be7f8370c1d2e111bd1b082b578.zip |
mfd: Fix build warning on 88pm860x
WARNING: vmlinux.o(.devinit.text+0x6c4): Section mismatch in reference
from the function device_onkey_init() to the (unknown reference)
.init.data:(unknown)
The function __devinit device_onkey_init() references a (unknown reference)
__initdata (unknown).
If (unknown) is only used by device_onkey_init then annotate (unknown)
with a matching annotation.
It's caused by using __initdata on mfd cell resources. Replace __initdata
with __devinitdata.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/arm/mach-pxa/time.c')
0 files changed, 0 insertions, 0 deletions